3 implementations of ProcessPropertyWrite
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
906public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
730public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
89public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext buildEventContext)
2 references to ProcessPropertyWrite
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingContext.cs (1)
322=> _loggingService.BuildEngineDataRouter.ProcessPropertyWrite(
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
907=> _buildEngineDataRouter?.ProcessPropertyWrite(propertyWriteInfo, checkContext);