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