2 writes to _clientHandle
System.IO.Pipes (2)
System\IO\Pipes\AnonymousPipeServerStream.cs (1)
56
_clientHandle
= clientSafePipeHandle;
System\IO\Pipes\AnonymousPipeServerStream.Unix.cs (1)
64
_clientHandle
= clientHandle;
6 references to _clientHandle
System.IO.Pipes (6)
System\IO\Pipes\AnonymousPipeServerStream.cs (6)
89
GC.SuppressFinalize(
_clientHandle
);
90
return
_clientHandle
.DangerousGetHandle().ToString();
98
return
_clientHandle
;
115
if (
_clientHandle
!= null && !
_clientHandle
.IsClosed)
117
_clientHandle
.Dispose();