6 references to _underlyingContext
Microsoft.CodeAnalysis.Features (6)
FindUsages\AbstractFindUsagesService.DefinitionTrackingContext.cs (6)
31
=>
_underlyingContext
.ProgressTracker;
34
=>
_underlyingContext
.ReportNoResultsAsync(message, cancellationToken);
37
=>
_underlyingContext
.ReportMessageAsync(message, severity, cancellationToken);
40
=>
_underlyingContext
.SetSearchTitleAsync(title, cancellationToken);
43
=>
_underlyingContext
.OnReferencesFoundAsync(references, cancellationToken);
52
return
_underlyingContext
.OnDefinitionFoundAsync(definition, cancellationToken);