1 write to _finOnError
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
36AppContext.TryGetSwitch(FinOnErrorSwitch, out _finOnError);
1 reference to _finOnError
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
44internal bool FinOnError { get; set; } = _finOnError;