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