7 references to PressWithPrimaryModifierAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (7)
Services\CodeActionService.cs (1)
20await TestServices.Input.PressWithPrimaryModifierAsync('.');
Services\EditorService.cs (4)
253await TestServices.Input.PressWithPrimaryModifierAsync('a'); 264await TestServices.Input.PressWithPrimaryModifierAsync('s'); 333await TestServices.Input.PressWithPrimaryModifierAsync('f'); 396await TestServices.Input.PressWithPrimaryModifierAsync('p');
Services\RazorService.cs (2)
57await TestServices.Input.PressWithPrimaryModifierAsync('w'); 86await TestServices.Input.PressWithPrimaryModifierAsync('w');