1 instantiation of CheckLoggingContext
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)
835public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 838public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
173CheckLoggingContext checkContext, 181CheckLoggingContext checkContext,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
670public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 687public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
217public void ProcessPropertyRead(PropertyReadData propertyReadData, CheckLoggingContext checkContext) 223public void ProcessPropertyWrite(PropertyWriteData propertyWriteData, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\InternalOM\IBuildEngineDataRouter.cs (2)
17CheckLoggingContext checkContext); 24CheckLoggingContext checkContext);
BuildCheck\Infrastructure\NullBuildCheckManager.cs (2)
81public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext buildEventContext) 85public 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)