2 references to GetTypeIdentity
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModelServices.cs (1)
79
return ContractNameServices.
GetTypeIdentity
(type);
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
510
metadata[CompositionConstants.GenericContractMetadataName] = ContractNameServices.
GetTypeIdentity
(type.GetGenericTypeDefinition());