Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
6 references to
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlILIndex.cs (2)
44Debug.Assert(navigator.ComparePosition(seq[seq.Count - 1]) >= 0, "Index nodes must be added in document order"); 45if (!navigator.IsSamePosition(seq[seq.Count - 1])) {
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (4)
195array[index + i] = this[i]; 548sortArray[iEach] = this[iEach]; 634array[index + i] = this[i]; 656return base[index];