2 references to BeforeExecuteCommand
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
CompleteStatement\CompleteStatementCommandHandler.cs (2)
75
var willMoveSemicolon =
BeforeExecuteCommand
(speculative: true, args, executionContext);
86
if (
BeforeExecuteCommand
(speculative: false, args, executionContext) != SemicolonBehavior.Overtype)