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