5 instantiations of 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);
5 references to SimpleFindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (1)
Utilities\GoToHelpers\MockNavigableItemsPresenter.vb (1)
14Public ReadOnly Context As SimpleFindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
GoToBase\GoToBaseTestsBase.vb (1)
17Async Function(document As Document, position As Integer, context As SimpleFindUsagesContext)
GoToHelpers\GoToHelpers.vb (1)
17testingMethod As Func(Of Document, Integer, SimpleFindUsagesContext, Task),
GoToImplementation\GoToImplementationTests.vb (1)
18Async Function(document As Document, position As Integer, context As SimpleFindUsagesContext) As Task
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindImplementationsHandler.cs (1)
46var findUsagesContext = new SimpleFindUsagesContext(_globalOptions);