1 implementation of Hash
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
652public uint Hash(uint key) => key;
1 reference to Hash
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\SHash_1.cs (1)
54uint hash = shashTable.Traits!.Hash(key);