1 write to hasValue
mscorlib (1)
system\nullable.cs (1)
35this.hasValue = true;
6 references to hasValue
mscorlib (6)
system\nullable.cs (6)
41return hasValue; 47if (!hasValue) { 61return hasValue ? value : defaultValue; 65if (!hasValue) return other == null; 71return hasValue ? value.GetHashCode() : 0; 75return hasValue ? value.ToString() : "";