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