1 instantiation of TypeVarTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\TypeDesc.cs (1)
36
static TypeVarTypeDesc IData<TypeVarTypeDesc>.Create(Target target, TargetPointer address) => new
TypeVarTypeDesc
(target, address);
5 references to TypeVarTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeTypeSystem_1.cs (2)
1193
TypeVarTypeDesc
typeVarTypeDesc = _target.ProcessedData.GetOrAdd<
TypeVarTypeDesc
>(typeHandle.TypeDescAddress());
Data\TypeDesc.cs (3)
34
internal sealed class TypeVarTypeDesc : IData<
TypeVarTypeDesc
>
36
static
TypeVarTypeDesc
IData<
TypeVarTypeDesc
>.Create(Target target, TargetPointer address) => new TypeVarTypeDesc(target, address);