1 instantiation of CloseAction
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1285
_onClosed.Add(new
CloseAction
(callback, state));
3 references to CloseAction
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (3)
1116
private List<
CloseAction
> _onClosed;
1283
_onClosed = new List<
CloseAction
>();
1292
foreach (
var
onClose in _onClosed)