1 override of GetMetadataValue
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemLink.cs (1)
63
public override string
GetMetadataValue
(string name) => this.Proxy.GetMetadataValue(name);
1 reference to GetMetadataValue
Microsoft.Build (1)
Definition\ProjectItem.cs (1)
441
return Link != null ? Link.
GetMetadataValue
(name) : EscapingUtilities.UnescapeAll(((IItem)this).GetMetadataValueEscaped(name));