7[
EventSource(
Name = 
"System.Threading.Tasks.Dataflow.DataflowEventSource", 
Guid = 
"16F53577-E41D-43D4-B47E-C17025BF4025", LocalizationResources = 
"FxResources.System.Threading.Tasks.Dataflow.SR")]
 
   53    [UnconditionalSuppressMessage(
"ReflectionAnalysis", 
"IL2026:RequiresUnreferencedCode", Justification = 
"WriteEvent Parameters are trimmer safe")]
 
   57        WriteEvent(2, blockId, reason, availableMessages, taskId);
 
 
   68        if (potentiallyNotSupportedCompletionTask == 
null || !potentiallyNotSupportedCompletionTask.
IsCompleted)
 
   73        string exceptionData = 
string.Empty;
 
   74        if (potentiallyNotSupportedCompletionTask.
IsFaulted)
 
 
   87    [UnconditionalSuppressMessage(
"ReflectionAnalysis", 
"IL2026:RequiresUnreferencedCode", Justification = 
"WriteEvent Parameters are trimmer safe")]
 
 
ReadOnlyCollection< Exception > InnerExceptions
unsafe void WriteEvent(int eventId)
override string ToString()
static Task GetPotentiallyNotSupportedCompletionTask(IDataflowBlock block)
static string GetNameForDebugger(IDataflowBlock block, DataflowBlockOptions options=null)
static int GetBlockId(IDataflowBlock block)
void DataflowBlockCreated(string blockName, int blockId)
void DataflowBlockLinking(int sourceId, int targetId)
static readonly DataflowEtwProvider Log
@ ProcessingInputMessages
void DataflowBlockCompleted(IDataflowBlock block)
void DataflowBlockCompleted(int blockId, BlockCompletionReason reason, string exceptionData)
void DataflowBlockUnlinking(int sourceId, int targetId)
void TaskLaunchedForMessageHandling(int blockId, TaskLaunchedReason reason, int availableMessages, int taskId)
void DataflowBlockUnlinking< T >(ISourceBlock< T > source, ITargetBlock< T > target)
void DataflowBlockLinking< T >(ISourceBlock< T > source, ITargetBlock< T > target)
void TaskLaunchedForMessageHandling(IDataflowBlock block, Task task, TaskLaunchedReason reason, int availableMessages)
void DataflowBlockCreated(IDataflowBlock block, DataflowBlockOptions dataflowBlockOptions)
AggregateException? Exception