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