22 references to Match
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\MarkupTestFile.cs (1)
76var namedSpanStartMatch = s_namedSpanStartRegex.Match(input, currentIndexInInput);
Microsoft.Build (1)
Evaluation\Expander.cs (1)
3593Match match = regex.Match(input, startat);
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)
313var match = regex.Match(pkgdefFile, 0).Value;
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\Match.cs (1)
142/// This method is similar to calling <see cref="Regex.Match(string, int)"/> again and passing
System\Text\RegularExpressions\Regex.Match.cs (4)
235/// manipulation. To retrieve matched strings, call the <see cref="Match(string, int)"/> or 240/// <see cref="Match(string, int)"/>. 705/// The <see cref="Matches(string, int)"/> method is similar to the <see cref="Match(string, int)"/> 711/// <see cref="Match(string, int)"/>.
System\Text\RegularExpressions\Regex.Replace.cs (2)
289/// <see cref="Match(string, int)"/>. 584/// <see cref="Match(string, int)"/>.
System\Text\RegularExpressions\Regex.Split.cs (1)
253/// <see cref="Match(string, int)"/>.
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
170/// <see cref="Regex.Match(string, int)"/>.