1 write to _listeningToken
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnectionListener.cs (1)
44
_listeningToken
= _listeningTokenSource.Token;
4 references to _listeningToken
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (4)
Internal\NamedPipeConnectionListener.cs (4)
109
await stream.WaitForConnectionAsync(
_listeningToken
);
121
if (!await _acceptedQueue.Writer.WaitToWriteAsync(
_listeningToken
))
127
catch (IOException ex) when (!
_listeningToken
.IsCancellationRequested)
136
catch (OperationCanceledException) when (
_listeningToken
.IsCancellationRequested)