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