1 write to s_regex
vstest.console (1)
Internal\MSBuildLogger.cs (1)
472s_regex = new Regex(@$"^ {atString} (?<code>.+) {inPattern}$", RegexOptions.Compiled, matchTimeout: TimeSpan.FromSeconds(1));
3 references to s_regex
vstest.console (3)
Internal\MSBuildLogger.cs (3)
417Match match = s_regex.Match(stackFrame); 434[MemberNotNull(nameof(s_regex))] 437if (s_regex != null)