8 references to Matches
Microsoft.Build.Engine.OM.UnitTests (2)
Construction\WhiteSpacePreservation_Tests.cs (2)
507var crlfCount = Regex.Matches(projectResults, @"\r\n", RegexOptions.Multiline).Count; 516Assert.Empty(Regex.Matches(projectResults, @"\r\n", RegexOptions.Multiline));
Microsoft.Build.Engine.UnitTests (1)
Resources_Tests.cs (1)
222var matches = Regex.Matches(content, pattern, RegexOptions.Multiline);
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Regex.Match.cs (5)
77/// <see cref="Matches(string, string, RegexOptions)"/> method instead. 337/// calling the <see cref="Matches(string, string, RegexOptions)"/> method. 574/// The <see cref="Matches(string, string, RegexOptions)"/> method is similar to the 583/// The <see cref="Matches(string, string, RegexOptions)"/> method uses lazy evaluation to populate the 590/// Because of its lazy evaluation, calling the <see cref="Matches(string, string, RegexOptions)"/>