1 write to _processingTask
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
145
_processingTask
= StartAsync();
2 references to _processingTask
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
143
Debug.Assert(
_processingTask
.IsCompletedSuccessfully);
556
await
_processingTask
;