1 implementation of IsGenericTypeDefinition
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
791
public bool
IsGenericTypeDefinition
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsGenericTypeDefinition;
1 reference to IsGenericTypeDefinition
Microsoft.Diagnostics.DataContractReader.Legacy (1)
TypeNameBuilder.cs (1)
308
if ((instantiationSpan.Length > 0) && (!typeSystemContract.
IsGenericTypeDefinition
(typeHandle) || toString))