4 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)
22: base(
BuildCheck\Logging\AnalyzerLoggingContext.cs (1)
13: base(loggingService, eventContext)
Microsoft.Build.Engine.UnitTests (1)
MockLoggingContext.cs (1)
16public MockLoggingContext(ILoggingService loggingService, BuildEventContext eventContext) : base(loggingService, eventContext)