1 write to Proxy
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTaskElementLink.cs (1)
47
this.
Proxy
= proxy;
9 references to Proxy
Microsoft.Build.Engine.OM.UnitTests (9)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTaskElementLink.cs (9)
53
object ILinkMock.Remoter => this.
Proxy
;
54
MockProjectElementLinkRemoter IProjectElementLinkHelper.ElementProxy => this.
Proxy
;
55
MockProjectElementContainerLinkRemoter IProjectElementContainerLinkHelper.ContainerProxy => this.
Proxy
;
58
public override IDictionary<string, string> Parameters => this.
Proxy
.Parameters;
59
public override IEnumerable<KeyValuePair<string, ElementLocation>> ParameterLocations => this.
Proxy
.ParameterLocations;
60
public override string GetParameter(string name) { return this.
Proxy
.GetParameter(name); }
62
public override void SetParameter(string name, string unevaluatedValue) => this.
Proxy
.SetParameter(name, unevaluatedValue);
63
public override void RemoveParameter(string name) =>
Proxy
.RemoveParameter(name);
64
public override void RemoveAllParameters() =>
Proxy
.RemoveAllParameters();