6 references to Pause
System (6)
net\System\Net\_CommandStream.cs (1)
354else if (result == PipelineInstruction.Pause)
net\System\Net\_FtpControlStream.cs (5)
211return PipelineInstruction.Pause; 665return PipelineInstruction.Pause; //if we already started then this is re-entering into the callback where we proceed with the stream 719result = PipelineInstruction.Pause; 733result = PipelineInstruction.Pause; 746result = PipelineInstruction.Pause;