1 instantiation of FnPtrTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\169\Microsoft_Diagnostics_DataContractReader_Data.FnPtrTypeDesc.g.cs (1)
46=> new FnPtrTypeDesc(target, address);
9 references to FnPtrTypeDesc
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\169\Microsoft_Diagnostics_DataContractReader_Data.FnPtrTypeDesc.g.cs (2)
45static FnPtrTypeDesc IData<FnPtrTypeDesc>.Create(Target target, TargetPointer address)
Contracts\RuntimeTypeSystem_1.cs (6)
1204FnPtrTypeDesc fnPtrTypeDesc = _target.ProcessedData.GetOrAdd<FnPtrTypeDesc>(typeHandle.TypeDescAddress()); 1238FnPtrTypeDesc fnPtrTypeDesc = _target.ProcessedData.GetOrAdd<FnPtrTypeDesc>(typeHandle.TypeDescAddress()); 1256FnPtrTypeDesc fnPtrTypeDesc = target.ProcessedData.GetOrAdd<FnPtrTypeDesc>(typePointer);
Data\TypeDesc.cs (1)
40internal sealed partial class FnPtrTypeDesc : IData<FnPtrTypeDesc>