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