2 implementations of ISHash
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\ISHash.cs (1)
30public readonly struct SHash : ISHash
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\SHash_1.cs (1)
10internal readonly partial struct SHash_1 : ISHash
6 references to ISHash
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
ContractRegistry.cs (2)
90public virtual ISHash SHash => GetContract<ISHash>();
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Loader_1.cs (2)
722ISHash sHashContract = target.Contracts.SHash; 741ISHash shashContract = _target.Contracts.SHash;
CoreCLRContracts.cs (2)
25registry.Register<ISHash>("c1", static t => new SHash_1(t)); 142Validate<ISHash>(registry); // ILoader: Loader_1.cs