1 implementation of GetTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1165
public TypeHandle
GetTypeParam
(TypeHandle typeHandle)
16 references to GetTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
117
return ClassifyTypeHandle(rts.
GetTypeParam
(classCtx));
Microsoft.Diagnostics.DataContractReader.Legacy (15)
Dbi\DacDbiImpl.cs (3)
4777
TypeHandle componentTypeHandle = rts.
GetTypeParam
(arrayOrStringTypeHandle);
5715
TypeHandle elemTypeHandle = rts.
GetTypeParam
(typeHandle);
5728
TypeHandle paramTypeHandle = rts.
GetTypeParam
(typeHandle);
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)
1097
TypeHandle paramTypeHandle = rtsContract.
GetTypeParam
(foundTypeHandle);
3369
TypeHandle element = runtimeTypeSystemContract.
GetTypeParam
(handle);
3376
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);