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