2 writes to PropertyName
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
47
PropertyName
= propertyName;
134
PropertyName
= reader.ReadOptionalString();
6 references to PropertyName
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (2)
374
TaskParameterMessageKind.TaskOutput => args.
PropertyName
is null ? OutputItemParameterMessagePrefix : OutputPropertyLogMessagePrefix,
382
args.
PropertyName
?? args.ItemType,
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
627
WriteDeduplicatedString(e.
PropertyName
);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
734
e => e.
PropertyName
,
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
85
/// this should be set to the same value as <see cref="
PropertyName
"/> for backward compatibility.
185
writer.WriteOptionalString(
PropertyName
);