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