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)
260
loggingContext.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)
321
public void ProcessPropertyWrite(
PropertyWriteInfo
propertyWriteInfo)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
843
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)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
695
public void ProcessPropertyWrite(
PropertyWriteInfo
propertyWriteInfo, CheckLoggingContext checkContext)