4 implementations of ProcessPropertyRead
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
835public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
587public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
84public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext buildEventContext)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
692public void ProcessPropertyRead(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
2 references to ProcessPropertyRead
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingContext.cs (1)
317=> _loggingService.BuildEngineDataRouter.ProcessPropertyRead(
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
836=> _buildEngineDataRouter?.ProcessPropertyRead(propertyReadInfo, checkContext);