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