5 references to Name
Microsoft.Build (5)
Construction\ProjectUsingTaskParameterElement.cs (2)
64ErrorUtilities.VerifyThrowArgumentLength(value, nameof(Name)); 199return owner.CreateUsingTaskParameterElement(Name, Output, Required, ParameterType);
Instance\TaskRegistry.cs (3)
1806parameter.Name); 1823UsingTaskParameters.Add(parameter.Name, new TaskPropertyInfo(parameter.Name, paramType, output, required));