2 writes to atomizedNames
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
100
this.
atomizedNames
= null;
106
this.
atomizedNames
= new string[names.Length];
6 references to atomizedNames
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (6)
113
this.
atomizedNames
[i] = this.nameTableQuery.Add(name ?? names[i]);
119
this.
atomizedNames
[i] = this.nameTableQuery.Add(names[i]);
131
this.filters[i] = XmlNavNameFilter.Create(this.
atomizedNames
[filters[i].Left], this.
atomizedNames
[filters[i].Right]);
322
Debug.Assert(this.
atomizedNames
!= null);
323
return this.
atomizedNames
[index];