1 implementation of IsTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1505public bool IsTypeDesc(ITypeHandle typeHandle) => typeHandle.IsTypeDesc();
3 references to IsTypeDesc
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataTypeInstance.cs (1)
145else if (rts.IsTypeDesc(_typeHandle) && rts.HasTypeParam(_typeHandle))
Dbi\DacDbiImpl.cs (1)
5314if (rts.IsTypeDesc(typeHandle))
TypeHandleExtensions.cs (1)
25if (runtimeTypeSystem.IsTypeDesc(typeHandle))