6 references to ParameterTypeLocation
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
1684
string expandedType = expander.ExpandIntoStringLeaveEscaped(parameter.ParameterType, expanderOptions, parameter.
ParameterTypeLocation
);
1689
parameter.
ParameterTypeLocation
,
1714
parameter.
ParameterTypeLocation
,
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
740
VerifySameLocation(realXml.
ParameterTypeLocation
, viewXml.
ParameterTypeLocation
, context);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1699
string expandedType = RegistryExpander.ExpandIntoStringAndUnescape(filledOutAttributesParameter.ParameterType, ExpanderOptions.ExpandPropertiesAndItems, filledOutAttributesParameter.
ParameterTypeLocation
);