Implemented interface member:
14 references to
Microsoft.Build (1)
ProjectWriter.cs (1)
152
Match itemVectorTransform = itemVectorTransformPattern.Value.Match(itemVectorTransforms
[
i].Value);
Microsoft.Build.Engine.UnitTests (1)
Evaluation\ExpressionShredder_Tests.cs (1)
607
Match match = matches
[
n];
Microsoft.CodeAnalysis.Features.Test.Utilities (4)
EditAndContinue\SourceMarkers.cs (4)
100
var span = matches
[
i].Groups["TrackingStatement"];
101
foreach (var (id, _) in ParseIds(matches
[
i]))
121
var exceptionRegion = matches
[
i].Groups["ExceptionRegion"];
123
foreach (var (activeStatementId, exceptionRegionId) in ParseIds(matches
[
i]))
Microsoft.Maui (1)
Handlers\HybridWebView\HybridWebViewHandler.cs (1)
373
var matchedString = singleQuotes
[
i].Value;
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
305
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];