2 references to CloseOutputAsyncCore
System.Net.WebSockets (2)
System\Net\WebSockets\ManagedWebSocket.cs (2)
411
return
CloseOutputAsyncCore
(closeStatus, statusDescription, enterReceiveMutex: true, cancellationToken: cancellationToken);
1297
await
CloseOutputAsyncCore
(closeStatus, string.Empty, enterReceiveMutex: false, cancellationToken: default).ConfigureAwait(false);