Implemented interface member:
11 references to
Microsoft.CodeAnalysis.Features.Test.Utilities (4)
EditAndContinue\SourceMarkers.cs (4)
104var span = matches[i].Groups["TrackingStatement"]; 105foreach (var (id, _) in ParseIds(matches[i])) 125var exceptionRegion = matches[i].Groups["ExceptionRegion"]; 127foreach (var (activeStatementId, exceptionRegionId) in ParseIds(matches[i]))
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 (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
145get => this[index]; 189get => this[index];