2 references to CreateClient
vbc (2)
BuildServerConnection.cs (1)
361
pipeStream = NamedPipeUtil.
CreateClient
(".", pipeName, PipeDirection.InOut, PipeOptions.Asynchronous);
NamedPipeUtil.cs (1)
49
/// Does the client of "pipeStream" have the same identity and elevation as we do? The <see cref="
CreateClient
"/> and