2 instantiations of SimpleFindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
FindUsages\StubStreamingFindUsagesPresenter.cs (1)
26=> (new SimpleFindUsagesContext(), CancellationToken.None);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindImplementationsHandler.cs (1)
54var findUsagesContext = new SimpleFindUsagesContext();
1 reference to SimpleFindUsagesContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindImplementationsHandler.cs (1)
54var findUsagesContext = new SimpleFindUsagesContext();