1 write to _context
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FindUsages\FSharpFindUsagesContext.cs (1)
19
_context
= context;
4 references to _context
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
Internal\Editor\FindUsages\FSharpFindUsagesContext.cs (4)
27
return
_context
.OnDefinitionFoundAsync(definition.RoslynDefinitionItem, _cancellationToken).AsTask();
32
return
_context
.OnReferenceFoundAsync(reference.RoslynSourceReferenceItem, _cancellationToken).AsTask();
37
return
_context
.ReportMessageAsync(message, _cancellationToken).AsTask();
47
return
_context
.SetSearchTitleAsync(title, _cancellationToken).AsTask();