5 references to
Microsoft.Build (3)
BackEnd\Components\Logging\BuildLoggingContext.cs (1)
33protected BuildLoggingContext(ILoggingService loggingService, BuildEventContext buildEventContext, bool inProc) : base(loggingService, buildEventContext)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
23: base(
Instance\ProjectInstance.cs (1)
3459: base(loggingService, eventContext) => IsValid = true;
Microsoft.Build.Engine.UnitTests (2)
MockLoggingContext.cs (1)
16public MockLoggingContext(ILoggingService loggingService, BuildEventContext eventContext) : base(loggingService, eventContext)
TestLoggingContext.cs (1)
16public TestLoggingContext(ILoggingService? loggingService, BuildEventContext eventContext) : base(