4 references to ProjectMetadataInstance
Microsoft.Build (4)
Instance\ProjectInstance.cs (3)
999
result = instanceProvider.GetOrSetImmutableInstance(new
ProjectMetadataInstance
(projectMetadata));
3344
IEnumerable<ProjectMetadataInstance> projectMetadataInstances = item.DirectMetadata.Select(directMetadatum => new
ProjectMetadataInstance
(directMetadatum));
3402
IEnumerable<ProjectMetadataInstance> projectMetadataInstances = item.DirectMetadata.Select(directMetadatum => new
ProjectMetadataInstance
(directMetadatum));
Instance\ProjectItemDefinitionInstance.cs (1)
62
IEnumerable<ProjectMetadataInstance> projectMetadataInstances = itemDefinition.Metadata.Select(originalMetadata => new
ProjectMetadataInstance
(originalMetadata));