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)
145CheckLoggingContext checkContext, 153CheckLoggingContext checkContext,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
587public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext) 604public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
203public void ProcessPropertyRead(PropertyReadData propertyReadData, CheckLoggingContext checkContext) 209public void ProcessPropertyWrite(PropertyWriteData propertyWriteData, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\InternalOM\IBuildEngineDataRouter.cs (2)
17CheckLoggingContext checkContext); 24CheckLoggingContext checkContext);
BuildCheck\Infrastructure\NullBuildCheckManager.cs (2)
84public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext buildEventContext) 87public 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)