Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbasov committed Jul 8, 2019
1 parent 5097c6e commit 1a0eccc
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,6 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense
End If
End Sub

Private Function GetRoslynCompletionItemOpt(editorCompletionItem As Data.CompletionItem) As CompletionItem
Dim roslynCompletionItem As CompletionItem = Nothing
If editorCompletionItem?.Properties.TryGetProperty(RoslynItem, roslynCompletionItem) Then
Return roslynCompletionItem
End If

Return Nothing
End Function

Public Overrides Function GetCompletionItems() As IList(Of CompletionItem)
WaitForAsynchronousOperationsAsync()
Dim session = GetExportedValue(Of IAsyncCompletionBroker)().GetSession(TextView)
Expand Down

0 comments on commit 1a0eccc

Please sign in to comment.