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