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