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