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