1 write to s_currentError
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\SharedConsoleOutWriter.cs (1)
32
s_currentError
= new AsyncLocal<StringWriter>();
4 references to s_currentError
Microsoft.CodeAnalysis.Test.Utilities (4)
Platform\CoreClr\SharedConsoleOutWriter.cs (4)
44
var savedError =
s_currentError
.Value;
49
s_currentError
.Value = errorOutputWriter;
55
s_currentError
.Value = savedError;
69
public override TextWriter Underlying =>
s_currentError
.Value ?? s_savedConsoleError;