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