1 write to s_currentError
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\SharedConsole.cs (1)
44s_currentError = new AsyncLocal<StringWriter>();
4 references to s_currentError
Microsoft.CodeAnalysis.Test.Utilities (4)
Platform\CoreClr\SharedConsole.cs (4)
60var savedError = s_currentError.Value; 65s_currentError.Value = errorOutputWriter; 71s_currentError.Value = savedError; 85public override TextWriter Underlying => s_currentError.Value ?? s_savedConsoleError;