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