11 references to GetTypeIdentity
System.ComponentModel.Composition (11)
Microsoft\Internal\ReflectionServices.cs (1)
76
return AttributedModelServices.
GetTypeIdentity
(((Type)member));
System\ComponentModel\Composition\AttributedModelServices.cs (2)
93
return AttributedModelServices.
GetTypeIdentity
(type);
118
string typeIdentity = AttributedModelServices.
GetTypeIdentity
(typeof(T));
System\ComponentModel\Composition\Hosting\CompositionConstants.cs (1)
28
internal static readonly string PartCreatorTypeIdentity = AttributedModelServices.
GetTypeIdentity
(typeof(ComposablePartDefinition));
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
115
string typeIdentity = AttributedModelServices.
GetTypeIdentity
(typeIdentityType);
182
return AttributedModelServices.
GetTypeIdentity
(contractType);
System\ComponentModel\Composition\Hosting\ExportProvider.GetExportOverrides.cs (1)
806
requiredTypeIdentity = 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]);