5 instantiations of UniqueList
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\StaticDataManager.cs (5)
76
this.uniqueNames = new
UniqueList
<string>();
94
this.uniqueFilters = new
UniqueList
<Int32Pair>();
167
this.earlyInfo = new
UniqueList
<EarlyBoundInfo>();
190
this.uniqueXmlTypes = new
UniqueList
<XmlQueryType>();
209
this.uniqueCollations = new
UniqueList
<XmlCollation>();
5 references to UniqueList
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\StaticDataManager.cs (5)
62
private
UniqueList
<string> uniqueNames;
63
private
UniqueList
<Int32Pair> uniqueFilters;
66
private
UniqueList
<EarlyBoundInfo> earlyInfo;
67
private
UniqueList
<XmlQueryType> uniqueXmlTypes;
68
private
UniqueList
<XmlCollation> uniqueCollations;