1 override of GetTitle
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
68protected override string GetTitle(ValueTuple command) => EditorFeaturesResources.Toggle_Block_Comment;
1 reference to GetTitle
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
87var title = GetTitle(command);