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