3 writes to useAttributeSets
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (3)
34this.useAttributeSets = new XmlQualifiedName[0]; 41this.useAttributeSets = new XmlQualifiedName[qnames.Length]; { 53this.useAttributeSets = new XmlQualifiedName[0];
5 references to useAttributeSets
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (5)
23get { return this.useAttributeSets; } 30Debug.Assert(this.useAttributeSets == null); 43this.useAttributeSets[i] = compiler.CreateXPathQName(qnames[i]); 65if (frame.Counter < this.useAttributeSets.Length) { 66AttributeSetAction action = processor.RootAction.GetAttributeSet(this.useAttributeSets[frame.Counter]);