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