5 references to CheckOperationsRequiresSetHandle
System.IO.Pipes (5)
System\IO\Pipes\NamedPipeServerStream.cs (1)
200if (InternalHandle == null && CheckOperationsRequiresSetHandle)
System\IO\Pipes\PipeStream.cs (4)
206if (CheckOperationsRequiresSetHandle && _handle == null) 325if (CheckOperationsRequiresSetHandle && _handle == null) 350if (CheckOperationsRequiresSetHandle && _handle == null) 374if (CheckOperationsRequiresSetHandle && _handle == null)