2 implementations of GetNextClientConnectionAsync
VBCSCompiler (1)
NamedPipeClientConnectionHost.cs (1)
135
public async Task<IClientConnection>
GetNextClientConnectionAsync
()
VBCSCompiler.UnitTests (1)
TestableClientConnectionHost.cs (1)
45
public 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
();