1 override of GetMessage
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
70
protected override string
GetMessage
(ValueTuple command) => EditorFeaturesResources.Toggling_block_comment;
1 reference to GetMessage
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
88
var message =
GetMessage
(command);