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