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