8 references to IsCompleted
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (1)
224public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\BatchedJoinBlock.cs (2)
252public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 509public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\BufferBlock.cs (1)
466public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\JoinBlock.cs (2)
225public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 449public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\TransformBlock.cs (1)
440public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\TransformManyBlock.cs (1)
649public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }