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