3 writes to _state
System.IO.Pipelines (3)
System\IO\Pipelines\PipeCompletion.cs (3)
29_state = ExceptionDispatchInfo.Capture(exception); 33_state = s_completedSuccessfully; 88_state = null;
5 references to _state
System.IO.Pipelines (5)
System\IO\Pipelines\PipeCompletion.cs (5)
19public bool IsCompleted => _state != null; 21public bool IsFaulted => _state is ExceptionDispatchInfo; 25if (_state == null) 61if (_state is ExceptionDispatchInfo edi) 81return new PipeCompletionCallbacks(callbacks, _state as ExceptionDispatchInfo);