4 references to ParameterLocations
Microsoft.Build (1)
ObjectModelRemoting\ConstructionObjectLinks\ProjectTaskElementLink.cs (1)
23
/// Access to remote <see cref="ProjectTaskElement.
ParameterLocations
"/>.
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
672
var realParamsLoc = realXml.
ParameterLocations
;
673
var viewParamsLoc = viewXml.
ParameterLocations
;
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTaskElementLink.cs (1)
35
public IEnumerable<KeyValuePair<string, ElementLocation>> ParameterLocations => this.TaskXml.
ParameterLocations
;