3 implementations of IStressLog
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IStressLog.cs (1)
45
public readonly struct StressLog :
IStressLog
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StressLog.cs (2)
334
internal sealed class StressLog_1(Target target) :
IStressLog
347
internal sealed class StressLog_2(Target target) :
IStressLog
2 references to IStressLog
Microsoft.Diagnostics.DataContractReader.Contracts (2)
CoreCLRContracts.cs (2)
37
registry.Register<
IStressLog
>("c1", static t => new StressLog_1(t));
38
registry.Register<
IStressLog
>("c2", static t => new StressLog_2(t));