1 override of ParameterLocations
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTaskElementLink.cs (1)
59
public override IEnumerable<KeyValuePair<string, ElementLocation>>
ParameterLocations
=> this.Proxy.ParameterLocations;
1 reference to ParameterLocations
Microsoft.Build (1)
Construction\ProjectTaskElement.cs (1)
172
return TaskLink.
ParameterLocations
;