5 references to GetDocumentAtCursor
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
CodeModel\AbstractCodeElementTests`1.vb (2)
68Dim text = (Await state.GetDocumentAtCursor().GetTextAsync()).ToString() 80Dim text = (Await state.GetDocumentAtCursor().GetTextAsync()).ToString()
CodeModel\AbstractFileCodeModelTests.vb (2)
22Dim text = (Await state.GetDocumentAtCursor().GetTextAsync()).ToString() 35Dim text = (Await state.GetDocumentAtCursor().GetTextAsync()).ToString()
CodeModel\VisualBasic\FileCodeModelTests.vb (1)
239Dim text = (Await state.GetDocumentAtCursor().GetTextAsync()).ToString()