4 types derived from MockLoggingService
Microsoft.Build.Engine.UnitTests (4)
BackEnd\MockHost.cs (1)
21internal sealed class MockHost : MockLoggingService, IBuildComponentHost, IBuildComponent
BackEnd\TargetBuilder_Tests.cs (1)
1720private sealed class MockHost : MockLoggingService, IBuildComponentHost, IBuildComponent
BackEnd\TargetEntry_Tests.cs (1)
1199private sealed class MockHost : MockLoggingService, IBuildComponentHost, IBuildComponent
BackEnd\TaskBuilder_Tests.cs (1)
1254private sealed class MockHost : MockLoggingService, IBuildComponentHost, IBuildComponent
7 instantiations of MockLoggingService
Microsoft.Build.Engine.UnitTests (7)
BackEnd\IntrinsicTask_Tests.cs (2)
3936NodeLoggingContext nodeContext = new NodeLoggingContext(new MockLoggingService(), 1, false); 3971var nodeContext = new NodeLoggingContext(new MockLoggingService(), 1, false);
BackEnd\LoggingContext_Tests.cs (4)
33NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 1, true); 42NodeLoggingContext context2 = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 2, false); 62_ = new NodeLoggingContext(new MockLoggingService(), -2, true); 69NodeLoggingContext context = new NodeLoggingContext(new MockLoggingService(_output.WriteLine), 1, true);
BackEnd\TaskExecutionHost_Tests.cs (1)
981_loggingService = new MockLoggingService();