3 references to Uncomment
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractCommentSelectionBase.cs (1)
143if (edits.ResultOperation == Operation.Uncomment && document.SupportsSyntaxTree)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
55=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Uncomment, context);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
107operation = Operation.Uncomment;