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