8 references to ExecuteCommand
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CommentSelection\CSharpCommentSelectionTests.cs (1)
128commandHandler.ExecuteCommand(textView, textBuffer, Operation.Uncomment, TestCommandExecutionContext.Create());
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
67=> ExecuteCommand(args.TextView, args.SubjectBuffer, ValueTuple.Create(), context);
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
54=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Comment, context); 63=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Uncomment, context);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
57=> ExecuteCommand(args.TextView, args.SubjectBuffer, ValueTuple.Create(), context);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
CommentSelection\AbstractToggleCommentTestBase.cs (2)
49commandHandler.ExecuteCommand(textView, textBuffer, ValueTuple.Create(), TestCommandExecutionContext.Create()); 66commandHandler.ExecuteCommand(textView, originalSubjectBuffer, ValueTuple.Create(), TestCommandExecutionContext.Create());
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CommentSelection\VisualBasicCommentSelectionTests.vb (1)
93commandHandler.ExecuteCommand(textView, textBuffer, operation, TestCommandExecutionContext.Create())