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