1 write to _onClosed
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1283_onClosed = new List<CloseAction>();
4 references to _onClosed
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (4)
1281if (_onClosed == null) 1285_onClosed.Add(new CloseAction(callback, state)); 1290if (_onClosed != null) 1292foreach (var onClose in _onClosed)