2 instantiations of Int32Pair
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
96return this.uniqueFilters.Add(new Int32Pair(DeclareName(locName), DeclareName(nsUri)));
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
125this.filters[idx] = new Int32Pair(dataReader.ReadInt32Encoded(), dataReader.ReadInt32Encoded());
11 references to Int32Pair
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\StaticDataManager.cs (3)
63private UniqueList<Int32Pair> uniqueFilters; 94this.uniqueFilters = new UniqueList<Int32Pair>(); 103public Int32Pair[] NameFilters {
System\Xml\Xsl\Pair.cs (3)
24if (other is Int32Pair) { 25Int32Pair o = (Int32Pair) other;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
83Int32Pair[] filters = data.Filters;
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (4)
31private Int32Pair[] filters; 123this.filters = new Int32Pair[length]; 225foreach (Int32Pair filter in this.filters) { 314public Int32Pair[] Filters {