1 reference to GetSocketForPipeName
VBCSCompiler.UnitTests (1)
NamedPipeTestUtil.cs (1)
73
internal static bool IsPipeFullyClosed(string pipeName) =>
GetSocketForPipeName
(pipeName) is null;