2 implementations of ImportProperties
Microsoft.Build (2)
Collections\CopyOnWritePropertyDictionary.cs (1)
355public void ImportProperties(IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutablePropertyCollectionConverter.cs (1)
33public void ImportProperties(IEnumerable<T> other) => throw new NotSupportedException();
5 references to ImportProperties
Microsoft.Build (5)
Instance\ProjectInstance.cs (1)
3409directMetadata.ImportProperties(projectMetadataInstances);
Instance\ProjectItemInstance.cs (4)
1089_directMetadata.ImportProperties(metadata.Select(kvp => new ProjectMetadataInstance(kvp.Key, kvp.Value, allowItemSpecModifiers: true))); 1803_directMetadata.ImportProperties(metaData); 1853_directMetadata.ImportProperties(metadata); 1903_directMetadata.ImportProperties(metadata);