7 instantiations of CheckLoggingContext
Microsoft.Build (7)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
32
new
CheckLoggingContext
(LoggingService, BuildEventContext), _projectFile);
BackEnd\Components\Logging\LoggingContext.cs (2)
319
new
CheckLoggingContext
(_loggingService, BuildEventContext));
324
new
CheckLoggingContext
(_loggingService, BuildEventContext));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1172
new
CheckLoggingContext
(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext),
1281
new
CheckLoggingContext
(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext),
1458
new
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)
900
public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo,
CheckLoggingContext
checkContext)
903
public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo,
CheckLoggingContext
checkContext)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
217
CheckLoggingContext
checkContext,
225
CheckLoggingContext
checkContext,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
715
public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo,
CheckLoggingContext
checkContext)
732
public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo,
CheckLoggingContext
checkContext)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
226
public void ProcessPropertyRead(PropertyReadData propertyReadData,
CheckLoggingContext
checkContext)
232
public void ProcessPropertyWrite(PropertyWriteData propertyWriteData,
CheckLoggingContext
checkContext)
BuildCheck\Infrastructure\InternalOM\IBuildEngineDataRouter.cs (2)
17
CheckLoggingContext
checkContext);
24
CheckLoggingContext
checkContext);
BuildCheck\Infrastructure\NullBuildCheckManager.cs (2)
87
public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo,
CheckLoggingContext
buildEventContext)
91
public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo,
CheckLoggingContext
buildEventContext)