1 write to _underlyingContext
Microsoft.CodeAnalysis.Features (1)
FindUsages\AbstractFindUsagesService.DefinitionTrackingContext.cs (1)
31
=>
_underlyingContext
= underlyingContext;
7 references to _underlyingContext
Microsoft.CodeAnalysis.Features (7)
FindUsages\AbstractFindUsagesService.DefinitionTrackingContext.cs (7)
34
=>
_underlyingContext
.GetOptionsAsync(language, cancellationToken);
37
=>
_underlyingContext
.ProgressTracker;
40
=>
_underlyingContext
.ReportMessageAsync(message, cancellationToken);
43
=>
_underlyingContext
.ReportInformationalMessageAsync(message, cancellationToken);
46
=>
_underlyingContext
.SetSearchTitleAsync(title, cancellationToken);
49
=>
_underlyingContext
.OnReferenceFoundAsync(reference, cancellationToken);
58
return
_underlyingContext
.OnDefinitionFoundAsync(definition, cancellationToken);