11 references to GetTypeIdentity
System.ComponentModel.Composition (11)
Microsoft\Internal\ReflectionServices.cs (1)
76return AttributedModelServices.GetTypeIdentity(((Type)member));
System\ComponentModel\Composition\AttributedModelServices.cs (2)
93return AttributedModelServices.GetTypeIdentity(type); 118string typeIdentity = AttributedModelServices.GetTypeIdentity(typeof(T));
System\ComponentModel\Composition\Hosting\CompositionConstants.cs (1)
28internal static readonly string PartCreatorTypeIdentity = AttributedModelServices.GetTypeIdentity(typeof(ComposablePartDefinition));
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
115string typeIdentity = AttributedModelServices.GetTypeIdentity(typeIdentityType); 182return AttributedModelServices.GetTypeIdentity(contractType);
System\ComponentModel\Composition\Hosting\ExportProvider.GetExportOverrides.cs (1)
806requiredTypeIdentity = AttributedModelServices.GetTypeIdentity(type);
System\ComponentModel\Composition\Primitives\ContractBasedImportDefinition.cs (3)
57/// The type identity of the export type expected. Use <see cref="AttributedModelServices.GetTypeIdentity(Type)"/> 118/// The type identity of the export type expected. Use <see cref="AttributedModelServices.GetTypeIdentity(Type)"/> 183/// A <see cref="string"/> that is generated by <see cref="AttributedModelServices.GetTypeIdentity(Type)"/>
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
44_specializationIdentities[i] = AttributedModelServices.GetTypeIdentity(_specialization[i]);