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)
1948public bool HasValue { get { return _hasValue; } }