Implemented interface member:
9 references to
Microsoft.Build (1)
Utilities\ProjectWriter.cs (1)
152Match itemVectorTransform = ItemVectorTransformRegex.Match(itemVectorTransforms[i].Value);
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
308 var matchedString = singleQuotes[i].Value;
Microsoft.ML.TestFramework (4)
BaseTestBaseline.cs (4)
599float f1 = float.Parse(firstCollection[i].ToString()); 600float f2 = float.Parse(secondCollection[i].ToString()); 612double f1 = double.Parse(firstCollection[i].ToString()); 613double f2 = double.Parse(secondCollection[i].ToString());
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\MatchCollection.cs (3)
118/// In C#, the <see cref="this[int]" /> property is an indexer; it is not explicitly referenced 303get => this[index]; 347get => this[index];