2 writes to binding
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilIterator.cs (2)
40set { if (index != 0) throw new IndexOutOfRangeException(); this.binding = value; } 53set { this.binding = value; }
2 references to binding
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilIterator.cs (2)
39get { if (index != 0) throw new IndexOutOfRangeException(); return this.binding; } 52get { return this.binding; }