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)
554
Debug.Assert(
_attributes
!= null &&
_attributes
[attNum].name == attName, "Attribute numbering error.");
561
return (
_attributes
![attNum].flags & (_compiler.Version == 2 ? XsltLoader.V2Req : XsltLoader.V1Req)) != 0;
566
Debug.Assert(
_attributes
!= null &&
_attributes
[attNum].name == attName, "Attribute numbering error.");