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