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