8 references to IsCompleted
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (1)
227public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\BatchedJoinBlock.cs (2)
255public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 515public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\BufferBlock.cs (1)
472public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\JoinBlock.cs (2)
231public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 461public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\TransformBlock.cs (1)
446public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }
Blocks\TransformManyBlock.cs (1)
652public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } }