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