1 implementation of HasTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
821
public bool
HasTypeParam
(TypeHandle typeHandle)
3 references to HasTypeParam
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SigFormat.cs (2)
168
if (runtimeTypeSystem.
HasTypeParam
(th))
318
if (corElementType == CorElementType.ValueType && runtimeTypeSystem.
HasTypeParam
(typeHandle))
TypeNameBuilder.cs (1)
213
if (typeSystemContract.
HasTypeParam
(typeHandle))