6 references to Matches
dotnet (1)
Telemetry\MacAddressGetter.cs (1)
47foreach (Match match in Regex.Matches(shelloutput, MacRegex, RegexOptions.IgnoreCase))
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)"/>