1 write to _finOnError
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketTransportOptions.cs (1)
21AppContext.TryGetSwitch(FinOnErrorSwitch, out _finOnError);
1 reference to _finOnError
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketTransportOptions.cs (1)
25internal bool FinOnError { get; set; } = _finOnError;