1 write to _hasValue
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1925
_hasValue
= ((nodeFlags & XmlNodeFlags.HasValue) != 0);
1 reference to _hasValue
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1948
public bool HasValue { get { return
_hasValue
; } }