2 writes to idxLastName
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
37this.idxLastName = 0; 113this.idxLastName = this.numEntries++;
2 references to idxLastName
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
112this.arrAttrs[this.idxLastName].NextNameIndex = this.numEntries; 114this.arrAttrs[this.idxLastName].Init(prefix, localName, ns, hashCode);