1 instantiation of DebuggerWrapper
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\DebuggerWrapper.cs (1)
13public static IDebugger Singleton { get; } = new DebuggerWrapper();
2 references to DebuggerWrapper
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TimeoutControl.cs (1)
44internal IDebugger Debugger { get; set; } = DebuggerWrapper.Singleton;
Internal\KestrelServerImpl.cs (1)
91DebuggerWrapper.Singleton,