1 write to _output
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
24_output = outputHelper;
3 references to _output
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingContext_Tests.cs (3)
33NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 1, true); 42NodeLoggingContext context2 = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 2, false); 69NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 1, true);