1 write to uniqueFilters
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
94
this.
uniqueFilters
= new UniqueList<Int32Pair>();
4 references to uniqueFilters
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\StaticDataManager.cs (4)
93
if (this.
uniqueFilters
== null)
96
return this.
uniqueFilters
.Add(new Int32Pair(DeclareName(locName), DeclareName(nsUri)));
104
get { return (this.
uniqueFilters
!= null) ? this.
uniqueFilters
.ToArray() : null; }