2 writes to _binding
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilIterator.cs (2)
41set { if (index != 0) throw new IndexOutOfRangeException(); _binding = value; } 55set { _binding = value; }
2 references to _binding
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilIterator.cs (2)
40get { if (index != 0) throw new IndexOutOfRangeException(); return _binding!; } 54get { return _binding; }