1 write to GenericTypeDefinition
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\SignatureTypeInfo.cs (1)
19GenericTypeDefinition = genericTypeDefinition;
4 references to GenericTypeDefinition
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CallingConvention_1.cs (3)
287ITypeHandle? probe = typeInfo.ExactTypeHandle ?? typeInfo.GenericTypeDefinition; 645ITypeHandle? layoutType = byRefLikeType.ExactTypeHandle ?? byRefLikeType.GenericTypeDefinition; 696nestedType.ExactTypeHandle ?? nestedType.GenericTypeDefinition;
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (1)
63genericType.ExactTypeHandle ?? genericType.GenericTypeDefinition,