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)
672var realParamsLoc = realXml.ParameterLocations; 673var viewParamsLoc = viewXml.ParameterLocations;
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTaskElementLink.cs (1)
35public IEnumerable<KeyValuePair<string, ElementLocation>> ParameterLocations => this.TaskXml.ParameterLocations;