1 implementation of GetInstantiation
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1008
public ReadOnlySpan<ITypeHandle>
GetInstantiation
(ITypeHandle typeHandle)
16 references to GetInstantiation
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
581
=> _rts.
GetInstantiation
(context.OwningType)[index];
Contracts\RuntimeTypeSystem_1.cs (1)
795
ReadOnlySpan<ITypeHandle> instantiation = ((IRuntimeTypeSystem)this).
GetInstantiation
(typeHandle);
Contracts\Signature\SignatureTypeProvider.cs (1)
56
return _runtimeTypeSystem.
GetInstantiation
(typeContext)[index];
Microsoft.Diagnostics.DataContractReader.Legacy (13)
ClrDataFrame.cs (1)
766
ReadOnlySpan<ITypeHandle> typeInst = rts.
GetInstantiation
(declaringType);
ClrDataMethodDefinition.cs (1)
79
return rts.
GetInstantiation
(mt).Length > 0;
Dbi\DacDbiImpl.cs (6)
2236
bool hasClassInstantiation = !rts.
GetInstantiation
(mt).IsEmpty;
3043
if (rts.
GetInstantiation
(thApprox).Length == 0)
3702
: rts.
GetInstantiation
(thMatchingParent);
3971
ReadOnlySpan<ITypeHandle> instantiation = rts.
GetInstantiation
(typeHandle);
6520
ReadOnlySpan<ITypeHandle> instantiation = rts.
GetInstantiation
(typeHandle);
6576
ReadOnlySpan<ITypeHandle> instantiation = rts.
GetInstantiation
(typeHandle);
SigFormat.cs (1)
364
ReadOnlySpan<ITypeHandle> instantiation = runtimeTypeSystem.
GetInstantiation
(typeHandle);
SOSDacImpl.IXCLRDataProcess.cs (1)
895
return rts.
GetInstantiation
(mt).Length > 0;
TypeHandleExtensions.cs (1)
55
ReadOnlySpan<ITypeHandle> instantiation = runtimeTypeSystem.
GetInstantiation
(typeHandle);
TypeNameBuilder.cs (2)
149
typeInstantiationSigFormat = runtimeTypeSystem.
GetInstantiation
(th);
303
ReadOnlySpan<ITypeHandle> instantiationSpan = typeSystemContract.
GetInstantiation
(typeHandle);