1 implementation of IFSharpFindUsagesContext
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FindUsages\FSharpFindUsagesContext.cs (1)
13internal class FSharpFindUsagesContext : IFSharpFindUsagesContext
2 references to IFSharpFindUsagesContext
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Editor\FindUsages\IFSharpFindUsagesService.cs (2)
17Task FindReferencesAsync(Document document, int position, IFSharpFindUsagesContext context); 23Task FindImplementationsAsync(Document document, int position, IFSharpFindUsagesContext context);