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