3 overrides of GetMessage
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
68protected override string GetMessage(ValueTuple command) => EditorFeaturesResources.Toggling_block_comment;
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
64protected override string GetMessage(Operation operation)
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
56protected override string GetMessage(ValueTuple command) => EditorFeaturesResources.Toggling_line_comment;
1 reference to GetMessage
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
88var message = GetMessage(command);