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