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)
33
NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(
_output
.WriteLine), 1, true);
42
NodeLoggingContext context2 = new NodeLoggingContext(new MockLoggingService(
_output
.WriteLine), 2, false);
69
NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(
_output
.WriteLine), 1, true);