4 implementations of ProcessPropertyWrite
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
838
public void
ProcessPropertyWrite
(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
654
public void
ProcessPropertyWrite
(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
85
public void
ProcessPropertyWrite
(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext buildEventContext)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
695
public void
ProcessPropertyWrite
(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
2 references to ProcessPropertyWrite
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingContext.cs (1)
322
=> _loggingService.BuildEngineDataRouter.
ProcessPropertyWrite
(
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
839
=> _buildEngineDataRouter?.
ProcessPropertyWrite
(propertyWriteInfo, checkContext);