1 override of MetadataCollection
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemLink.cs (1)
56public override ICollection<ProjectMetadata> MetadataCollection
1 reference to MetadataCollection
Microsoft.Build (1)
Definition\ProjectItem.cs (1)
292{ return Link != null ? Link.MetadataCollection : MetadataCollection; }