1 write to _registration
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
553
_registration
= cancellationToken.UnsafeRegister(static o => ((ForEachAsyncState<TSource>)o!).Cancellation.Cancel(), this);
3 references to _registration
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\Parallel.ForEachAsync.cs (3)
701
_registration
.Dispose();
723
_registration
.Dispose();
745
public void Dispose() =>
_registration
.Dispose();