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)
1087else if (_directMetadata is ImmutableProjectMetadataCollectionConverter collectionFromCache) 1387if (_directMetadata is ImmutableProjectMetadataCollectionConverter metadataFromCache)