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