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