3 writes to _isClosing
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\WebTransport\WebTransportSession.cs (3)
50
_isClosing
= false;
74
_isClosing
= true;
98
_isClosing
= true;
5 references to _isClosing
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\WebTransport\WebTransportSession.cs (5)
69
if (
_isClosing
)
93
if (
_isClosing
)
124
if (
_isClosing
)
147
if (
_isClosing
)
168
if (
_isClosing
)