2 references to Complete_statement_on_semicolon
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
CompleteStatement\CompleteStatementCommandHandler.cs (2)
71
public string DisplayName => CSharpEditorResources.
Complete_statement_on_semicolon
;
83
using var transaction = CaretPreservingEditTransaction.TryCreate(CSharpEditorResources.
Complete_statement_on_semicolon
, args.TextView, _textUndoHistoryRegistry, _editorOperationsFactoryService);