3 references to Overtype
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
CompleteStatement\CompleteStatementCommandHandler.cs (3)
86if (BeforeExecuteCommand(speculative: false, args, executionContext) != SemicolonBehavior.Overtype) 143return SemicolonBehavior.Overtype; 347return overtypedExisting ? SemicolonBehavior.Overtype : SemicolonBehavior.Insert;