3 references to DirectMetadataCount
Microsoft.Build (3)
Definition\ProjectItem.cs (2)
1046if (source.DirectMetadataCount > 0) 1048directMetadataClone = new PropertyDictionary<ProjectMetadata>(source.DirectMetadataCount);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectItemLink.cs (1)
37/// Facilitate remoting the <see cref="ProjectItem.DirectMetadata"/> and <see cref="ProjectItem.DirectMetadataCount"/>.