2 writes to _attributes
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
512_attributes = null; 716_attributes = attributes;
5 references to _attributes
System.Private.Xml (5)
System\Xml\Xsl\Xslt\XsltInput.cs (5)
554Debug.Assert(_attributes != null && _attributes[attNum].name == attName, "Attribute numbering error."); 561return (_attributes![attNum].flags & (_compiler.Version == 2 ? XsltLoader.V2Req : XsltLoader.V1Req)) != 0; 566Debug.Assert(_attributes != null && _attributes[attNum].name == attName, "Attribute numbering error.");