5 references to _context
Microsoft.CodeAnalysis.EditorFeatures (5)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (5)
37
=> new ProgressTracker(
_context
.ProgressTracker);
40
=>
_context
.ReportNoResultsAsync(message, cancellationToken);
43
=>
_context
.SetSearchTitleAsync(title, cancellationToken);
46
=>
_context
.OnDefinitionFoundAsync(definition.UnderlyingObject, cancellationToken);
49
=>
_context
.OnReferencesFoundAsync(IAsyncEnumerableExtensions.SingletonAsync(reference.UnderlyingObject), cancellationToken);