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