3 overrides of DisplayName
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
69public override string DisplayName => EditorFeaturesResources.Toggle_Block_Comment;
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
65public override string DisplayName => EditorFeaturesResources.Comment_Uncomment_Selection;
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
59public override string DisplayName => EditorFeaturesResources.Toggle_Line_Comment;