1 write to uniqueNames
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
76
this.
uniqueNames
= new UniqueList<string>();
4 references to uniqueNames
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\StaticDataManager.cs (4)
75
if (this.
uniqueNames
== null)
78
return this.
uniqueNames
.Add(name);
85
get { return (this.
uniqueNames
!= null) ? this.
uniqueNames
.ToArray() : null; }