2 implementations of ISHash
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\ISHash.cs (1)
31public readonly struct SHash : ISHash
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\SHash_1.cs (1)
10internal readonly partial struct SHash_1 : ISHash
7 references to ISHash
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
ContractRegistry.cs (2)
82public virtual ISHash SHash => GetContract<ISHash>();
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Loader_1.cs (2)
665ISHash sHashContract = target.Contracts.SHash; 680ISHash shashContract = _target.Contracts.SHash;
Contracts\SHash_1.cs (2)
27ISHash<TKey, TEntry> ISHash.CreateSHash<TKey, TEntry>(Target target, TargetPointer address, Target.TypeInfo type, ITraits<TKey, TEntry> traits) 48TEntry ISHash.LookupSHash<TKey, TEntry>(ISHash<TKey, TEntry> hashTable, TKey key)
CoreCLRContracts.cs (1)
25registry.Register<ISHash>("c1", static t => new SHash_1(t));