2 implementations of ImportProperties
Microsoft.Build (2)
Collections\CopyOnWritePropertyDictionary.cs (1)
348public 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)
3403directMetadata.ImportProperties(projectMetadataInstances);
Instance\ProjectItemInstance.cs (4)
1085_directMetadata.ImportProperties(metadata.Select(kvp => new ProjectMetadataInstance(kvp.Key, kvp.Value, allowItemSpecModifiers: true))); 1797_directMetadata.ImportProperties(metaData); 1847_directMetadata.ImportProperties(metadata); 1897_directMetadata.ImportProperties(metadata);