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