2 writes to CompleteStatementCommandHandler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (2)
Intellisense\TestState.vb (2)
75Me.CompleteStatementCommandHandler = GetExportedValue(Of CompleteStatementCommandHandler)() 78Me.CompleteStatementCommandHandler = Workspace.ExportProvider.GetCommandHandler(Of CompleteStatementCommandHandler)(NameOf(CompleteStatementCommandHandler))
3 references to CompleteStatementCommandHandler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (3)
Intellisense\TestState.vb (3)
78Me.CompleteStatementCommandHandler = Workspace.ExportProvider.GetCommandHandler(Of CompleteStatementCommandHandler)(NameOf(CompleteStatementCommandHandler)) 116args, Sub() CompleteStatementCommandHandler.ExecuteCommand(args, finalHandler, context), context), context) 121args, Sub() CompleteStatementCommandHandler.ExecuteCommand(args, finalHandler, context), context), context), context)