1 write to _registration
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
437_registration = cancellationToken.Register(static o => ((ForEachAsyncState<TSource>)o!).Cancellation.Cancel(), this);
3 references to _registration
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (3)
598_registration.Dispose(); 624_registration.Dispose(); 646public void Dispose() => _registration.Dispose();