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