1 instantiation of TypeVarTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\TypeDesc.cs (1)
36static 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)
1193TypeVarTypeDesc typeVarTypeDesc = _target.ProcessedData.GetOrAdd<TypeVarTypeDesc>(typeHandle.TypeDescAddress());
Data\TypeDesc.cs (3)
34internal sealed class TypeVarTypeDesc : IData<TypeVarTypeDesc> 36static TypeVarTypeDesc IData<TypeVarTypeDesc>.Create(Target target, TargetPointer address) => new TypeVarTypeDesc(target, address);