19 references to GetBlockId
System.Threading.Tasks.Dataflow (19)
Blocks\ActionBlock.cs (1)
381
public int Id { get { return Common.
GetBlockId
(_actionBlock); } }
Blocks\BatchBlock.cs (1)
229
public int Id { get { return Common.
GetBlockId
(_batchBlock); } }
Blocks\BatchedJoinBlock.cs (2)
257
public int Id { get { return Common.
GetBlockId
(_batchedJoinBlock); } }
517
public int Id { get { return Common.
GetBlockId
(_batchedJoinBlock); } }
Blocks\BroadcastBlock.cs (1)
486
public int Id { get { return Common.
GetBlockId
(_broadcastBlock); } }
Blocks\BufferBlock.cs (1)
474
public int Id { get { return Common.
GetBlockId
(_bufferBlock); } }
Blocks\JoinBlock.cs (2)
233
public int Id { get { return Common.
GetBlockId
(_joinBlock); } }
463
public int Id { get { return Common.
GetBlockId
(_joinBlock); } }
Blocks\TransformBlock.cs (1)
448
public int Id { get { return Common.
GetBlockId
(_transformBlock); } }
Blocks\TransformManyBlock.cs (1)
654
public int Id { get { return Common.
GetBlockId
(_transformManyBlock); } }
Blocks\WriteOnceBlock.cs (1)
541
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));