1 write to _context
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
42
_context
= context;
5 references to _context
Microsoft.CodeAnalysis.EditorFeatures (5)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (5)
46
=> new ProgressTracker(
_context
.ProgressTracker);
49
=>
_context
.ReportMessageAsync(message, cancellationToken);
52
=>
_context
.SetSearchTitleAsync(title, cancellationToken);
55
=>
_context
.OnDefinitionFoundAsync(definition.UnderlyingObject, cancellationToken);
58
=>
_context
.OnReferenceFoundAsync(reference.UnderlyingObject, cancellationToken);