3 writes to _lastWindowConsumer
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
348_lastWindowConsumer = producer; 943_lastWindowConsumer = null; 972_lastWindowConsumer = null;
3 references to _lastWindowConsumer
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
346if (actual != 0 && _lastWindowConsumer is null) 941if (_lastWindowConsumer is { } producer) 970if (_lastWindowConsumer is { } producer)