1 override of GetMetadataValue
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemDefinitionLink.cs (1)
51
public override string
GetMetadataValue
(string name) => this.Proxy.GetMetadataValue(name);
1 reference to GetMetadataValue
Microsoft.Build (1)
Definition\ProjectItemDefinition.cs (1)
134
return Link.
GetMetadataValue
(name);