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)
1955
public bool SkipValue { get { return
_skipValue
; } }