3 overrides of GetTitle
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
66
protected override string
GetTitle
(ValueTuple command) => EditorFeaturesResources.Toggle_Block_Comment;
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
59
protected override string
GetTitle
(Operation operation)
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
54
protected override string
GetTitle
(ValueTuple command) => EditorFeaturesResources.Toggle_Line_Comment;
1 reference to GetTitle
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
87
var title =
GetTitle
(command);