1 write to _owningSource
System.Threading.Tasks.Dataflow (1)
Internal\TargetRegistry.cs (1)
76_owningSource = owningSource;
5 references to _owningSource
System.Threading.Tasks.Dataflow (5)
Internal\TargetRegistry.cs (5)
89if (_targetInformation.TryGetValue(target, out _)) target = new NopLinkPropagator(_owningSource, target); 102etwLog.DataflowBlockLinking(_owningSource, target); 163etwLog.DataflowBlockUnlinking(_owningSource, target); 194Debug.Assert(_owningSource.Completion.IsCompleted, "The owning source must have completed before propagating completion."); 197Task owningSourceCompletion = _owningSource.Completion;