1 write to canGetAttribute
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
2207this.canGetAttribute = ((nodeFlags & XmlNodeFlags.CanGetAttribute) != 0);
1 reference to canGetAttribute
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
2232public bool CanGetAttribute { get { return canGetAttribute; } }