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