4 references to ExecuteCommand
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
62=> ExecuteCommand(args.TextView, args.SubjectBuffer, ValueTuple.Create(), context);
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
46=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Comment, context); 55=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Uncomment, context);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
50=> ExecuteCommand(args.TextView, args.SubjectBuffer, ValueTuple.Create(), context);