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