2 implementations of GetNextClientConnectionAsync
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
135public async Task<IClientConnection> GetNextClientConnectionAsync()
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
45public Task<IClientConnection> GetNextClientConnectionAsync()
2 references to GetNextClientConnectionAsync
VBCSCompiler (2)
IClientConnection.cs (1)
55/// <see cref="GetNextClientConnectionAsync"/> is either already in a completed state, or has scheduled an
ServerDispatcher.cs (1)
240_listenTask = _clientConnectionHost.GetNextClientConnectionAsync();