2 writes to attributes
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
449
attributes
= null;
620
this.
attributes
= attributes;
5 references to attributes
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\XsltInput.cs (5)
481
Debug.Assert(
attributes
!= null &&
attributes
[attNum].name == attName, "Attribute numbering error.");
487
return (
attributes
[attNum].flags & (compiler.Version == 2 ? XsltLoader.V2Req : XsltLoader.V1Req)) != 0;
491
Debug.Assert(
attributes
!= null &&
attributes
[attNum].name == attName, "Attribute numbering error.");