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