2 instantiations of DynamicILBlobEntry
Microsoft.Diagnostics.DataContractReader.Contracts (2)
_generated\29\Microsoft_Diagnostics_DataContractReader_Data.DynamicILBlobEntry.g.cs (1)
38=> new DynamicILBlobEntry(target, address);
Contracts\Loader_1.cs (1)
654public DynamicILBlobEntry Null() => new DynamicILBlobEntry(0, TargetPointer.Null);
9 references to DynamicILBlobEntry
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\29\Microsoft_Diagnostics_DataContractReader_Data.DynamicILBlobEntry.g.cs (2)
37static DynamicILBlobEntry IData<DynamicILBlobEntry>.Create(Target target, TargetPointer address)
Contracts\Loader_1.cs (6)
648private sealed class DynamicILBlobTraits : ITraits<uint, DynamicILBlobEntry> 650public uint GetKey(DynamicILBlobEntry entry) => entry.EntryMethodToken; 653public bool IsNull(DynamicILBlobEntry entry) => entry.EntryMethodToken == 0; 654public DynamicILBlobEntry Null() => new DynamicILBlobEntry(0, TargetPointer.Null); 655public bool IsDeleted(DynamicILBlobEntry entry) => false; 669public ISHash<uint, DynamicILBlobEntry> HashTable { get; init; }
Data\DynamicILBlobEntry.cs (1)
7internal sealed partial class DynamicILBlobEntry : IData<DynamicILBlobEntry>