1 implementation of GetTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
945
public TypeHandle
GetTypeParam
(TypeHandle typeHandle)
14 references to GetTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
117
return ClassifyTypeHandle(rts.
GetTypeParam
(classCtx));
Microsoft.Diagnostics.DataContractReader.Legacy (13)
Dbi\DacDbiImpl.cs (1)
2107
TypeHandle componentTypeHandle = rts.
GetTypeParam
(arrayOrStringTypeHandle);
SigFormat.cs (6)
170
th = runtimeTypeSystem.
GetTypeParam
(th);
320
typeHandle = runtimeTypeSystem.
GetTypeParam
(typeHandle);
381
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
386
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
400
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
405
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
SOSDacImpl.cs (3)
1118
TypeHandle paramTypeHandle = rtsContract.
GetTypeParam
(foundTypeHandle);
3383
TypeHandle element = runtimeTypeSystemContract.
GetTypeParam
(handle);
3390
element = runtimeTypeSystemContract.
GetTypeParam
(element);
TypeNameBuilder.cs (3)
157
typeInstantiationSigFormat = new[] { runtimeTypeSystem.
GetTypeParam
(th) };
219
AppendTypeCore(ref tnb, typeSystemContract.
GetTypeParam
(typeHandle), default(ReadOnlySpan<Contracts.TypeHandle>), (TypeNameFormat)(format & ~TypeNameFormat.FormatAssembly));
225
AppendTypeCore(ref tnb, typeSystemContract.
GetTypeParam
(typeHandle), Array.Empty<Contracts.TypeHandle>(), format & ~TypeNameFormat.FormatAssembly);