1 implementation of HasTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1096public bool HasTypeParam(ITypeHandle typeHandle)
5 references to HasTypeParam
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataTypeInstance.cs (1)
145else if (rts.IsTypeDesc(_typeHandle) && rts.HasTypeParam(_typeHandle))
SigFormat.cs (2)
168if (runtimeTypeSystem.HasTypeParam(th)) 321if (corElementType == CorElementType.ValueType && runtimeTypeSystem.HasTypeParam(typeHandle))
SOSDacImpl.cs (1)
1092else if (rtsContract.HasTypeParam(foundTypeHandle))
TypeNameBuilder.cs (1)
210if (typeSystemContract.HasTypeParam(typeHandle))