2 writes to _internalTokenSource
System.IO.Pipelines (2)
System\IO\Pipelines\StreamPipeWriter.cs (2)
41
return
_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();