1 instantiation of DebuggerWrapper
Microsoft.AspNetCore.Http (1)
Internal\IDebugger.cs (1)
15public static readonly DebuggerWrapper Instance = new DebuggerWrapper();
2 references to DebuggerWrapper
Microsoft.AspNetCore.Http (2)
Builder\ApplicationBuilder.cs (1)
50_debugger = (IDebugger?)serviceProvider?.GetService(typeof(IDebugger)) ?? DebuggerWrapper.Instance;
Internal\IDebugger.cs (1)
15public static readonly DebuggerWrapper Instance = new DebuggerWrapper();