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