8 instantiations of CheckLoggingContext
Microsoft.Build (7)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
35new CheckLoggingContext(LoggingService, BuildEventContext), _projectFile);
BackEnd\Components\Logging\LoggingContext.cs (2)
319new CheckLoggingContext(_loggingService, BuildEventContext)); 324new CheckLoggingContext(_loggingService, BuildEventContext));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1117new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1233new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1380new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),
BuildCheck\Infrastructure\CheckContext\CheckLoggingContextFactory.cs (1)
16=> new CheckLoggingContext(_loggingService, eventContext);
Microsoft.Build.BuildCheck.UnitTests (1)
BuildCheckManagerProviderTests.cs (1)
45_testedInstance.ProcessCheckAcquisition(new CheckAcquisitionData("DummyPath", "ProjectPath"), new CheckLoggingContext(_loggingService, new BuildEventContext(1, 2, 3, 4, 5, 6, 7)));
14 references to CheckLoggingContext
Microsoft.Build (12)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (2)
840public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 843public 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)
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockLoggingService.cs (2)
692public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 695public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)