1 write to Right
System.Private.Xml (1)
System\Xml\Xsl\Pair.cs (1)
15
Right
= right;
5 references to Right
System.Private.Xml (5)
System\Xml\Xsl\Pair.cs (3)
24
public bool Equals(Int32Pair other) => Left == other.Left &&
Right
== other.
Right
;
26
public override int GetHashCode() => Left.GetHashCode() ^
Right
.GetHashCode();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
127
_filters[i] = XmlNavNameFilter.Create(_atomizedNames![filters[i].Left], _atomizedNames[filters[i].
Right
]);
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
260
dataWriter.Write7BitEncodedInt(filter.
Right
);