3 references to Split_comment
Microsoft.CodeAnalysis.EditorFeatures (3)
SplitComment\SplitCommentCommandHandler.cs (3)
45
public string DisplayName => EditorFeaturesResources.
Split_comment
;
86
using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.
Split_comment
))
95
EditorFeaturesResources.
Split_comment
, textView, _undoHistoryRegistry, _editorOperationsFactoryService);