2 writes to _hasValue
System.Data.Entity (2)
System\Data\Metadata\Edm\FacetValueContainer.cs (2)
48_hasValue = true; 56_hasValue = true;
2 references to _hasValue
System.Data.Entity (2)
System\Data\Metadata\Edm\FacetValueContainer.cs (2)
77Debug.Assert(_hasValue, "Don't get the value if it has not been set"); 92return _hasValue;