2 writes to _isAtomicValue
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
1928_isAtomicValue = ((nodeFlags & XmlNodeFlags.AtomicValue) != 0); 2004_isAtomicValue = value;
1 reference to _isAtomicValue
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2000return _isAtomicValue;