Implemented interface member:
method
GetNextClientConnectionAsync
Microsoft.CodeAnalysis.CompilerServer.IClientConnectionHost.GetNextClientConnectionAsync()
8 references to GetNextClientConnectionAsync
VBCSCompiler.UnitTests (8)
NamedPipeClientConnectionHostTests.cs (8)
45
await Assert.ThrowsAsync<InvalidOperationException>(() => _host.
GetNextClientConnectionAsync
());
52
var task = _host.
GetNextClientConnectionAsync
();
55
Assert.NotNull(_host.
GetNextClientConnectionAsync
());
63
var task = _host.
GetNextClientConnectionAsync
();
70
/// It is the responsibility of the caller of <see cref="NamedPipeClientConnectionHost.
GetNextClientConnectionAsync
"/>
77
var task = _host.
GetNextClientConnectionAsync
();
103
var clientConnection = await _host.
GetNextClientConnectionAsync
();
152
using var server = await _host.
GetNextClientConnectionAsync
();