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