2 writes to ParameterName
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
46ParameterName = parameterName; 133ParameterName = reader.ReadOptionalString();
5 references to ParameterName
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
192string parameterName = taskParameterEventArgs.ParameterName;
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
639WriteDeduplicatedString(e.ParameterName);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
721e => 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, 184writer.WriteOptionalString(ParameterName);