2 references to NotifyObserversOfCompletion
System.Threading.Tasks.Dataflow (2)
Base\DataflowBlock.cs (2)
2470
static (t, state) => ((ObserversState)state!).
NotifyObserversOfCompletion
(t.Exception!), this,
2483
static (_2, state2) => ((ObserversState)state2!).
NotifyObserversOfCompletion
(), state1,