2 references to Toggle_Line_Comment
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\ToggleLineCommentCommandHandler.cs (2)
52
public override string DisplayName => EditorFeaturesResources.
Toggle_Line_Comment
;
54
protected override string GetTitle(ValueTuple command) => EditorFeaturesResources.
Toggle_Line_Comment
;