3 implementations of ProcessPropertyRead
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
903public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
713public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
85public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext buildEventContext)
2 references to ProcessPropertyRead
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingContext.cs (1)
317=> _loggingService.BuildEngineDataRouter.ProcessPropertyRead(
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
904=> _buildEngineDataRouter?.ProcessPropertyRead(propertyReadInfo, checkContext);