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