1 write to s_regex
vstest.console (1)
Internal\MSBuildLogger.cs (1)
511
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)
456
Match match =
s_regex
.Match(stackFrame);
473
[MemberNotNull(nameof(
s_regex
))]
476
if (
s_regex
!= null)