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)
113public override object this[int index] {
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
430public override object this[int index] {
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
653public override XmlQueryType this[int index] { 904public override XmlQueryType this[int index] { 1085public override XmlQueryType this[int index] {
1 write to
System.Data.SqlXml (1)
System\Xml\Xsl\ListBase.cs (1)
120this[index] = (T) value;
7 references to
System.Data.SqlXml (7)
System\Xml\Xsl\ListBase.cs (4)
39if (value.Equals(this[i])) 47array[index + i] = this[i]; 111array.SetValue(this[i], index); 115get { return this[index]; }
System\Xml\Xsl\XmlQueryType.cs (2)
411sb.Append(this[i].TypeCode.ToString()); 442sa[i] = this[i].ItemTypeToString(isXQ);
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1086get { return this.prime[index]; }