Implemented interface member:
5 overrides of
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
120public override object? this[int index]
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
454public override object? this[int index]
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
671public override XmlQueryType this[int index] 949public override XmlQueryType this[int index] 1137public override XmlQueryType this[int index]
1 write to
System.Private.Xml (1)
System\Xml\Xsl\ListBase.cs (1)
139this[index] = (T)value;
7 references to
System.Private.Xml (7)
System\Xml\Xsl\ListBase.cs (4)
41if (value!.Equals(this[i])) 50array[index + i] = this[i]; 128array.SetValue(this[i], index); 133get { return this[index]; }
System\Xml\Xsl\XmlQueryType.cs (2)
410sb.Append(this[i].TypeCode.ToString()); 443sa[i] = this[i].ItemTypeToString(isXQ);
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1139get { return _prime[index]; }