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