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