2 references to BeforeExecuteCommand
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
CompleteStatement\CompleteStatementCommandHandler.cs (2)
63
var willMoveSemicolon =
BeforeExecuteCommand
(speculative: true, args, executionContext);
74
BeforeExecuteCommand
(speculative: false, args, executionContext);