2 writes to ParameterName
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
46
ParameterName
= parameterName;
133
ParameterName
= reader.ReadOptionalString();
5 references to ParameterName
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
215
string parameterName = taskParameterEventArgs.
ParameterName
;
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
626
WriteDeduplicatedString(e.
ParameterName
);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
733
e => e.
ParameterName
,
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
84
/// to the same value as <see cref="
ParameterName
"/> for backward compatibility. Similarly, if this object represents a task output assigned to a property,
184
writer.WriteOptionalString(
ParameterName
);