1 implementation of GetTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1225
public ITypeHandle
GetTypeParam
(ITypeHandle typeHandle)
18 references to GetTypeParam
Microsoft.Diagnostics.DataContractReader.Legacy (18)
ClrDataTypeInstance.cs (1)
147
definitionType = rts.
GetTypeParam
(_typeHandle);
Dbi\DacDbiImpl.cs (3)
5540
ITypeHandle componentTypeHandle = rts.
GetTypeParam
(arrayOrStringTypeHandle);
6493
ITypeHandle elemTypeHandle = rts.
GetTypeParam
(typeHandle);
6506
ITypeHandle paramTypeHandle = rts.
GetTypeParam
(typeHandle);
SigFormat.cs (6)
170
th = runtimeTypeSystem.
GetTypeParam
(th);
323
typeHandle = runtimeTypeSystem.
GetTypeParam
(typeHandle);
384
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
389
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
403
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
408
AddType(target, stringBuilder, runtimeTypeSystem.
GetTypeParam
(typeHandle));
SOSDacImpl.cs (3)
1095
ITypeHandle paramTypeHandle = rtsContract.
GetTypeParam
(foundTypeHandle);
3375
ITypeHandle element = runtimeTypeSystemContract.
GetTypeParam
(handle);
3382
element = runtimeTypeSystemContract.
GetTypeParam
(element);
TypeHandleExtensions.cs (2)
33
AppendName(runtimeTypeSystem.
GetTypeParam
(typeHandle), target, result);
69
AppendName(runtimeTypeSystem.
GetTypeParam
(typeHandle), target, result);
TypeNameBuilder.cs (3)
154
typeInstantiationSigFormat = new[] { runtimeTypeSystem.
GetTypeParam
(th) };
216
AppendTypeCore(ref tnb, typeSystemContract.
GetTypeParam
(typeHandle), default, (TypeNameFormat)(format & ~TypeNameFormat.FormatAssembly));
222
AppendTypeCore(ref tnb, typeSystemContract.
GetTypeParam
(typeHandle), default, format & ~TypeNameFormat.FormatAssembly);