1 write to s_currentOut
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\SharedConsole.cs (1)
43s_currentOut = new AsyncLocal<StringWriter>();
4 references to s_currentOut
Microsoft.CodeAnalysis.Test.Utilities (4)
Platform\CoreClr\SharedConsole.cs (4)
59var savedOutput = s_currentOut.Value; 64s_currentOut.Value = outputWriter; 70s_currentOut.Value = savedOutput; 80public override TextWriter Underlying => s_currentOut.Value ?? s_savedConsoleOut;