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