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