1 write to Right
System.Private.Xml (1)
System\Xml\Xsl\Pair.cs (1)
15Right = right;
5 references to Right
System.Private.Xml (5)
System\Xml\Xsl\Pair.cs (3)
24public bool Equals(Int32Pair other) => Left == other.Left && Right == other.Right; 26public 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)
260dataWriter.Write7BitEncodedInt(filter.Right);