1 write to _bufferBlock
System.Threading.Tasks.Dataflow (1)
Blocks\BufferBlock.cs (1)
443
_bufferBlock
= bufferBlock;
4 references to _bufferBlock
System.Threading.Tasks.Dataflow (4)
Blocks\BufferBlock.cs (4)
450
get { return
_bufferBlock
._boundingState?.PostponedMessages; }
456
public Task? TaskForInputProcessing { get { return
_bufferBlock
._boundingState?.TaskForInputProcessing; } }
464
public bool IsDecliningPermanently { get { return
_bufferBlock
._targetDecliningPermanently; } }
468
public int Id { get { return Common.GetBlockId(
_bufferBlock
); } }