2 references to TypeIdentityCache
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ContractNameServices.cs (2)
48
if (!
TypeIdentityCache
.TryGetValue(type, out string? typeIdentity))
73
TypeIdentityCache
.Add(type, typeIdentity);