1 write to _aggregateCancellationTokenSource
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensFindReferenceProgress.cs (1)
57_aggregateCancellationTokenSource = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
5 references to _aggregateCancellationTokenSource
Microsoft.CodeAnalysis.Features (5)
CodeLens\CodeLensFindReferenceProgress.cs (5)
41public CancellationToken CancellationToken => _aggregateCancellationTokenSource.Token; 109? GetPartialLocations(symbol, _aggregateCancellationTokenSource.Token) 116_aggregateCancellationTokenSource.Cancel(); 151_aggregateCancellationTokenSource.Cancel(); 160=> _aggregateCancellationTokenSource.Dispose();