1 write to globalNames
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
147
this.
globalNames
= new List<string>();
5 references to globalNames
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\StaticDataManager.cs (5)
146
if (this.
globalNames
== null)
149
idx = this.
globalNames
.Count;
150
this.
globalNames
.Add(name);
158
get { return (this.
globalNames
!= null) ? this.
globalNames
.ToArray() : null; }