3 writes to _lastWindowConsumer
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
382_lastWindowConsumer = producer; 1080_lastWindowConsumer = null; 1109_lastWindowConsumer = null;
3 references to _lastWindowConsumer
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
380if (actual != 0 && _lastWindowConsumer is null) 1078if (_lastWindowConsumer is { } producer) 1107if (_lastWindowConsumer is { } producer)