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)
380
if (actual != 0 &&
_lastWindowConsumer
is null)
1078
if (
_lastWindowConsumer
is { } producer)
1107
if (
_lastWindowConsumer
is { } producer)