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