7 references to GetCompletionSession
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (7)
IntelliSense\CSharpCompletionCommandHandlerTests.vb (5)
7119
Dim session = Await state.
GetCompletionSession
()
10363
Dim session = Await state.
GetCompletionSession
()
10418
Dim session = Await state.
GetCompletionSession
()
10473
Dim session = Await state.
GetCompletionSession
()
10876
Dim computedItems = (Await state.
GetCompletionSession
()).GetComputedItems(CancellationToken.None)
IntelliSense\CSharpCompletionCommandHandlerTests_HandleNonRoslynCompletionSources.vb (2)
38
Dim session = Await state.
GetCompletionSession
()
62
Dim session = Await state.
GetCompletionSession
()