3 instantiations of PropertyWriteInfo
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
105LoggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(evaluatedValue), property.Location));
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
260loggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(property.EscapedValue), location));
Instance\ProjectInstance.cs (1)
1932_loggingContext?.ProcessPropertyWrite(new PropertyWriteInfo(name, false, ElementLocation.EmptyLocation));
8 references to PropertyWriteInfo
Microsoft.Build (7)
BackEnd\Components\Logging\LoggingContext.cs (1)
321public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
843public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
730public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)
BuildCheck\Infrastructure\InternalOM\IBuildEngineDataConsumer.cs (1)
19void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo);
BuildCheck\Infrastructure\InternalOM\IBuildEngineDataRouter.cs (1)
23PropertyWriteInfo propertyWriteInfo,
BuildCheck\Infrastructure\NullBuildCheckManager.cs (1)
89public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext buildEventContext)
BuildCheck\OM\PropertyWriteData.cs (1)
21public PropertyWriteData(string projectFilePath, int? projectConfigurationId, PropertyWriteInfo propertyWriteInfo)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
695public void ProcessPropertyWrite(PropertyWriteInfo propertyWriteInfo, CheckLoggingContext checkContext)