Implemented interface member:
11 references to
Microsoft.Web.XmlTransform (2)
XmlTransforms.cs (2)
559
string name = attrnames
[
i].Value;
563
val = EscapeDirRegexSpecialCharacter(attrvalues
[
i].Value, false);
System.Data.Common (1)
src\runtime\src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
443
string? keyvalue = keyvalues
[
indexValue++].Value;
System.Data.Odbc (1)
src\runtime\src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
443
string? keyvalue = keyvalues
[
indexValue++].Value;
System.Data.OleDb (1)
DbConnectionOptions.cs (1)
796
string? keyvalue = keyvalues
[
indexValue++].Value;
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\CaptureCollection.cs (6)
156
array.SetValue(this
[
j], i);
198
array[i] = this
[
j];
206
if (EqualityComparer<Capture>.Default.Equals(this
[
i], item))
223
get => this
[
index];
264
get => this
[
index];
304
return _collection
[
_index];