1 write to hasContent
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
2211this.hasContent = ((nodeFlags & XmlNodeFlags.HasContent) != 0);
1 reference to hasContent
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
2238public bool HasContent { get { return hasContent; } }