2 writes to _internalTokenSource
System.IO.Pipelines (2)
System\IO\Pipelines\StreamPipeWriter.cs (2)
41return _internalTokenSource ??= new CancellationTokenSource(); 361_internalTokenSource = null;
2 references to _internalTokenSource
System.IO.Pipelines (2)
System\IO\Pipelines\StreamPipeWriter.cs (2)
228_internalTokenSource?.Dispose(); 252_internalTokenSource?.Dispose();