summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-01-31 23:20:14 -0500
committerGitHub <noreply@github.com>2019-01-31 23:20:14 -0500
commit1b2810b1ad92d2671da76d88245198b62f5b964e (patch)
tree1a5124819d5c9dd7726d213aa48ba351e72cadc4 /build.cmd
parent03bc819b69c50d37f48d795da80322253ffeb592 (diff)
downloadcoreclr-1b2810b1ad92d2671da76d88245198b62f5b964e.tar.gz
coreclr-1b2810b1ad92d2671da76d88245198b62f5b964e.tar.bz2
coreclr-1b2810b1ad92d2671da76d88245198b62f5b964e.zip
Replace several Nullable<T>.Value with .GetValueOrDefault() (#22297)
The former does extra work that the latter doesn't do, and they're equivalent when we know it contains a value, such as immediately after a HasValue check.
Diffstat (limited to 'build.cmd')
0 files changed, 0 insertions, 0 deletions