5 references to SimpleFindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (1)
Utilities\GoToHelpers\MockNavigableItemsPresenter.vb (1)
19Context = New SimpleFindUsagesContext(globalOptions)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
GoToHelpers\GoToHelpers.vb (1)
28Dim context = New SimpleFindUsagesContext(workspace.GlobalOptions)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindImplementationsHandler.cs (1)
46var findUsagesContext = new SimpleFindUsagesContext(_globalOptions);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Fakes\StubStreamingFindUsagesPresenter.cs (2)
34=> (new SimpleFindUsagesContext(_globalOptions), CancellationToken.None); 37=> (new SimpleFindUsagesContext(_globalOptions), CancellationToken.None);