1 implementation of GetTypeParam
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1225
public ITypeHandle
GetTypeParam
(ITypeHandle typeHandle)
20 references to GetTypeParam
Microsoft.Diagnostics.DataContractReader.Legacy (20)
ClrDataTypeInstance.cs (1)
211
definitionType = rts.
GetTypeParam
(_typeHandle);
ClrDataValue.cs (2)
517
typeHandle = rts.
GetTypeParam
(rts.GetTypeHandle(methodTable));
653
ITypeHandle elementType = rts.
GetTypeParam
(arrayType);
Dbi\DacDbiImpl.cs (3)
5692
ITypeHandle componentTypeHandle = rts.
GetTypeParam
(arrayOrStringTypeHandle);
6694
ITypeHandle elemTypeHandle = rts.
GetTypeParam
(typeHandle);
6707
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)
1138
ITypeHandle paramTypeHandle = rtsContract.
GetTypeParam
(foundTypeHandle);
3464
ITypeHandle element = runtimeTypeSystemContract.
GetTypeParam
(handle);
3471
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);