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