2 overrides of CreateCommandArgs
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
BlockCommentEditing\BlockCommentEditingTests.cs (1)
720
protected override (ReturnKeyCommandArgs, string insertionText)
CreateCommandArgs
(ITextView textView, ITextBuffer textBuffer)
BlockCommentEditing\CloseBlockCommentTests.cs (1)
372
protected override (TypeCharCommandArgs, string insertionText)
CreateCommandArgs
(ITextView textView, ITextBuffer textBuffer)
1 reference to CreateCommandArgs
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AbstractTypingCommandHandlerTest.cs (1)
39
var (args, insertionText) =
CreateCommandArgs
(view, view.TextBuffer);