2 references to 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());