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