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