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