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