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