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