1 instantiation of TypeInstantiation
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
765
public static TypeInstantiation Create(Target target, TargetPointer address) => new
TypeInstantiation
(target, address);
3 references to TypeInstantiation
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (3)
742
return _target.ProcessedData.GetOrAdd<
TypeInstantiation
>(typeHandle.Address).TypeHandles;
763
private sealed class TypeInstantiation : IData<
TypeInstantiation
>
765
public static
TypeInstantiation
Create(Target target, TargetPointer address) => new TypeInstantiation(target, address);