2 writes to _application
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\WebSocketsTransport.cs (2)
325
_application
= pair.Application;
713
_application
= applicationToTransport;
18 references to _application
Microsoft.AspNetCore.Http.Connections.Client (18)
Internal\WebSocketsTransport.cs (18)
339
Debug.Assert(
_application
!= null);
365
_application
.Input.CancelPendingRead();
394
_application
.Output.CancelPendingFlush();
427
_application
.Output.Complete();
428
_application
.Input.Complete();
435
Debug.Assert(
_application
!= null);
458
var memory =
_application
.Output.GetMemory();
487
_application
.Output.Advance(receiveResult.Count);
489
var flushResult = await
_application
.Output.FlushAsync().ConfigureAwait(false);
509
_application
.Output.Complete(ex);
523
_application
.Output.Complete();
532
Debug.Assert(
_application
!= null);
540
var result = await
_application
.Input.ReadAsync().ConfigureAwait(false);
585
_application
.Input.AdvanceTo(buffer.End);
619
_application
.Input.Complete();
660
if (
_application
== null)
670
_application
.Input.CancelPendingRead();
711
var applicationToTransport = new DuplexPipe(input.Reader,
_application
!.Output);