12 references to Match
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\MarkupTestFile.cs (1)
76var namedSpanStartMatch = s_namedSpanStartRegex.Match(input, currentIndexInInput);
Microsoft.CodeAnalysis.Test.Utilities (1)
MarkedSource\MarkupTestFile.cs (1)
78var namedSpanStartMatch = s_namedSpanStartRegex.Match(input, currentIndexInInput);
Microsoft.Data.Analysis (3)
TextFieldParser.cs (3)
80Match delimiterMatch = _delimiterRegex.Match(line, _index + 1); 788matchResult = BeginQuotesRegex.Match(line, index); 853Match delimiterMatch = _delimiterRegex.Match(line, index);
Microsoft.Data.Analysis.Tests (3)
src\Microsoft.Data.Analysis\TextFieldParser.cs (3)
80Match delimiterMatch = _delimiterRegex.Match(line, _index + 1); 788matchResult = BeginQuotesRegex.Match(line, index); 853Match delimiterMatch = _delimiterRegex.Match(line, index);
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (3)
904MatchResult = BeginQuotesRegex.Match(Line, Index) 969Dim DelimiterMatch As Match = m_DelimiterRegex.Match(Line, Index) 1647Dim DelimiterMatch As Match = m_DelimiterRegex.Match(Line, m_Index + 1)
Roslyn.VisualStudio.Next.UnitTests (1)
UnifiedSettings\UnifiedSettingsTests.cs (1)
290var match = regex.Match(pkgdefFile, 0).Value;