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)
2000
return
_isAtomicValue
;