4 implementations of ProcessPropertyRead
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
835
public void
ProcessPropertyRead
(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
670
public void
ProcessPropertyRead
(PropertyReadInfo propertyReadInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
81
public void
ProcessPropertyRead
(PropertyReadInfo propertyReadInfo, CheckLoggingContext buildEventContext)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
692
public 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);