Implemented interface member:
method
ProcessPropertyWrite
Microsoft.Build.Experimental.BuildCheck.Infrastructure.IBuildEngineDataConsumer.ProcessPropertyWrite(Microsoft.Build.Experimental.BuildCheck.Infrastructure.PropertyWriteInfo)
3 references to ProcessPropertyWrite
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
94LoggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(evaluatedValue), property.Location));
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
256loggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(property.EscapedValue), location));
Instance\ProjectInstance.cs (1)
1932_loggingContext?.ProcessPropertyWrite(new PropertyWriteInfo(name, false, ElementLocation.EmptyLocation));