1 write to _skipValue
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2084_skipValue = ((nodeFlags & XmlNodeFlags.SkipValue) != 0);
1 reference to _skipValue
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2109public bool SkipValue { get { return _skipValue; } }