1 instantiation of FnPtrTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\TypeDesc.cs (1)
55
static FnPtrTypeDesc IData<FnPtrTypeDesc>.Create(Target target, TargetPointer address) => new
FnPtrTypeDesc
(target, address);
9 references to FnPtrTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\RuntimeTypeSystem_1.cs (6)
1214
FnPtrTypeDesc
fnPtrTypeDesc = _target.ProcessedData.GetOrAdd<
FnPtrTypeDesc
>(typeHandle.TypeDescAddress());
1246
FnPtrTypeDesc
fnPtrTypeDesc = _target.ProcessedData.GetOrAdd<
FnPtrTypeDesc
>(typeHandle.TypeDescAddress());
1264
FnPtrTypeDesc
fnPtrTypeDesc = target.ProcessedData.GetOrAdd<
FnPtrTypeDesc
>(typePointer);
Data\TypeDesc.cs (3)
53
internal sealed class FnPtrTypeDesc : IData<
FnPtrTypeDesc
>
55
static
FnPtrTypeDesc
IData<
FnPtrTypeDesc
>.Create(Target target, TargetPointer address) => new FnPtrTypeDesc(target, address);