1 write to _output
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
22_output = outputHelper;
3 references to _output
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingContext_Tests.cs (3)
31NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 1, true); 40NodeLoggingContext context2 = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 2, false); 67NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 1, true);