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)
44
Debug.Assert(navigator.ComparePosition(seq
[
seq.Count - 1]) >= 0, "Index nodes must be added in document order");
45
if (!navigator.IsSamePosition(seq
[
seq.Count - 1])) {
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (4)
195
array[index + i] = this
[
i];
548
sortArray[iEach] = this
[
iEach];
634
array[index + i] = this
[
i];
656
return base
[
index];