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