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