5 references to CheckOperationsRequiresSetHandle
System.IO.Pipes (5)
System\IO\Pipes\NamedPipeServerStream.cs (1)
200if (InternalHandle == null && CheckOperationsRequiresSetHandle)
System\IO\Pipes\PipeStream.cs (4)
203if (CheckOperationsRequiresSetHandle && _handle == null) 322if (CheckOperationsRequiresSetHandle && _handle == null) 347if (CheckOperationsRequiresSetHandle && _handle == null) 371if (CheckOperationsRequiresSetHandle && _handle == null)