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