1 write to onDefaultAttributeUse
System.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
8119set { onDefaultAttributeUse = value; }
2 references to onDefaultAttributeUse
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
8234if (onDefaultAttributeUse != null) { 8235onDefaultAttributeUse(defAttrInfo, this);