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)
89
if (_targetInformation.TryGetValue(target, out _)) target = new NopLinkPropagator(
_owningSource
, target);
102
etwLog.DataflowBlockLinking(
_owningSource
, target);
163
etwLog.DataflowBlockUnlinking(
_owningSource
, target);
194
Debug.Assert(
_owningSource
.Completion.IsCompleted, "The owning source must have completed before propagating completion.");
197
Task owningSourceCompletion =
_owningSource
.Completion;