7 instantiations of CheckLoggingContext
Microsoft.Build (7)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
33new CheckLoggingContext(LoggingService, BuildEventContext), _projectFile);
BackEnd\Components\Logging\LoggingContext.cs (2)
319new CheckLoggingContext(_loggingService, BuildEventContext)); 324new CheckLoggingContext(_loggingService, BuildEventContext));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1156new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1271new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1425new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),
BuildCheck\Infrastructure\CheckContext\CheckLoggingContextFactory.cs (1)
16=> new CheckLoggingContext(_loggingService, eventContext);
12 references to CheckLoggingContext
Microsoft.Build (12)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (2)
836public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 839public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
173CheckLoggingContext checkContext, 181CheckLoggingContext checkContext,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
713public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 730public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
226public void ProcessPropertyRead(PropertyReadData propertyReadData, CheckLoggingContext checkContext) 232public void ProcessPropertyWrite(PropertyWriteData propertyWriteData, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\InternalOM\IBuildEngineDataRouter.cs (2)
17CheckLoggingContext checkContext); 24CheckLoggingContext checkContext);
BuildCheck\Infrastructure\NullBuildCheckManager.cs (2)
85public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext buildEventContext) 89public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext buildEventContext)