1 write to _hasContent
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2085_hasContent = ((nodeFlags & XmlNodeFlags.HasContent) != 0);
1 reference to _hasContent
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2112public bool HasContent { get { return _hasContent; } }