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)
27return _context.OnDefinitionFoundAsync(definition.RoslynDefinitionItem, _cancellationToken).AsTask(); 32return _context.OnReferenceFoundAsync(reference.RoslynSourceReferenceItem, _cancellationToken).AsTask(); 37return _context.ReportMessageAsync(message, _cancellationToken).AsTask(); 47return _context.SetSearchTitleAsync(title, _cancellationToken).AsTask();