21 references to Match
Microsoft.Build (1)
Evaluation\Expander.cs (1)
3593Match match = regex.Match(input, startat);
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)
Microsoft.Web.XmlTransform (2)
XmlTransforms.cs (2)
386RegularExpressions.Match match = patternRegex.Match(transformValue, position); 524RegularExpressions.Match match = DirRegex.Match(transformValue, position);
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)"/>.