2 writes to _pipe
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
41_pipe = namedPipeClient ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(namedPipeClient)); 47_pipe = namedPipeClient;
5 references to _pipe
System.ServiceModel.NetNamedPipe (5)
System\ServiceModel\Channels\PipeConnection.cs (5)
132int bytesRead = await _pipe.ReadAsync(buffer, cancellationToken); 174await _pipe.WriteAsync(buffer, cancellationToken); 363_pipe.Close(); 426return _pipe.ReadAsync(ZeroBuffer, token); 436return _pipe.WriteAsync(ZeroBuffer, token);