6 references to parameterType
Microsoft.Build (6)
Construction\ProjectUsingTaskParameterElement.cs (3)
90string typeAttribute = GetAttributeValue(XMakeAttributes.parameterType); 97SetOrRemoveAttribute(XMakeAttributes.parameterType, value, "Set usingtaskparameter ParameterType {0}", value); 152public ElementLocation ParameterTypeLocation => GetAttributeLocation(XMakeAttributes.parameterType) ?? Location;
Evaluation\ProjectParser.cs (1)
71private static readonly HashSet<string> ValidAttributesOnUsingTaskParameter = new HashSet<string> { XMakeAttributes.parameterType, XMakeAttributes.output, XMakeAttributes.required };
Instance\TaskRegistry.cs (2)
1693XMakeAttributes.parameterType, 1718XMakeAttributes.parameterType,