Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* We are already checking `Nullable.HasValue` before accessing `Nullable.Value`, so it is safe to call `Nullable.GetValueOrDefault`, which does not do an additional check, unlike `Nullable.Value`.
- Loading branch information