1 instantiation of BufferedFindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
169
var findContext = new
BufferedFindUsagesContext
();
2 references to BufferedFindUsagesContext
Microsoft.CodeAnalysis.EditorFeatures (2)
GoToDefinition\AbstractGoToCommandHandler`2.cs (2)
169
var
findContext = new BufferedFindUsagesContext();
216
BufferedFindUsagesContext
findContext,