5 references to ConnectAsync
VBCSCompiler.UnitTests (5)
NamedPipeClientConnectionHostTests.cs (5)
53
using var clientStream = await
ConnectAsync
();
78
using var clientStream = await
ConnectAsync
();
96
list.Add(
ConnectAsync
());
126
list.Add(
ConnectAsync
());
151
using var client = await
ConnectAsync
();