1 instantiation of ImmutableProjectMetadataCollectionConverter
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
3502directMetadata = new ImmutableProjectMetadataCollectionConverter(item, metadataDict);
2 references to ImmutableProjectMetadataCollectionConverter
Microsoft.Build (2)
Instance\ProjectItemInstance.cs (2)
1090else if (_directMetadata is ImmutableProjectMetadataCollectionConverter collectionFromCache) 1404if (_directMetadata is ImmutableProjectMetadataCollectionConverter metadataFromCache)