19 references to GetBlockId
System.Threading.Tasks.Dataflow (19)
Blocks\ActionBlock.cs (1)
372
public int Id { get { return Common.
GetBlockId
(_actionBlock); } }
Blocks\BatchBlock.cs (1)
226
public int Id { get { return Common.
GetBlockId
(_batchBlock); } }
Blocks\BatchedJoinBlock.cs (2)
254
public int Id { get { return Common.
GetBlockId
(_batchedJoinBlock); } }
511
public int Id { get { return Common.
GetBlockId
(_batchedJoinBlock); } }
Blocks\BroadcastBlock.cs (1)
480
public int Id { get { return Common.
GetBlockId
(_broadcastBlock); } }
Blocks\BufferBlock.cs (1)
468
public int Id { get { return Common.
GetBlockId
(_bufferBlock); } }
Blocks\JoinBlock.cs (2)
227
public int Id { get { return Common.
GetBlockId
(_joinBlock); } }
451
public int Id { get { return Common.
GetBlockId
(_joinBlock); } }
Blocks\TransformBlock.cs (1)
442
public int Id { get { return Common.
GetBlockId
(_transformBlock); } }
Blocks\TransformManyBlock.cs (1)
651
public int Id { get { return Common.
GetBlockId
(_transformManyBlock); } }
Blocks\WriteOnceBlock.cs (1)
529
public int Id { get { return Common.
GetBlockId
(_writeOnceBlock); } }
Internal\Common.cs (1)
130
int blockId =
GetBlockId
(block);
Internal\DataflowEtwProvider.cs (7)
73
Common.
GetBlockId
(block));
100
TaskLaunchedForMessageHandling(Common.
GetBlockId
(block), reason, availableMessages, task.Id);
147
DataflowBlockCompleted(Common.
GetBlockId
(block), reason, exceptionData);
185
DataflowBlockLinking(Common.
GetBlockId
(source), Common.
GetBlockId
(target));
208
DataflowBlockUnlinking(Common.
GetBlockId
(source), Common.
GetBlockId
(target));