Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
5 overrides of
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
113
public override object
this
[int index] {
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
430
public override object
this
[int index] {
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
653
public override XmlQueryType
this
[int index] {
904
public override XmlQueryType
this
[int index] {
1085
public override XmlQueryType
this
[int index] {
1 write to
System.Data.SqlXml (1)
System\Xml\Xsl\ListBase.cs (1)
120
this
[
index] = (T) value;
7 references to
System.Data.SqlXml (7)
System\Xml\Xsl\ListBase.cs (4)
39
if (value.Equals(this
[
i]))
47
array[index + i] = this
[
i];
111
array.SetValue(this
[
i], index);
115
get { return this
[
index]; }
System\Xml\Xsl\XmlQueryType.cs (2)
411
sb.Append(this
[
i].TypeCode.ToString());
442
sa[i] = this
[
i].ItemTypeToString(isXQ);
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1086
get { return this.prime
[
index]; }