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)
2112
public bool HasContent { get { return
_hasContent
; } }