6 references to Uncomment
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\AbstractCommentSelectionBase.cs (1)
143if (edits.ResultOperation == Operation.Uncomment && document.SupportsSyntaxTree)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
30new([], [], Operation.Uncomment); 102var returnOperation = Operation.Uncomment;
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
55=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Uncomment, context);
CommentSelection\ToggleLineCommentCommandHandler.cs (2)
44new([], [], Operation.Uncomment); 108operation = Operation.Uncomment;