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