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