1 instantiation of InteractiveWindowCommandHandlerTestState
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
67return new InteractiveWindowCommandHandlerTestState(workspaceXml);
6 references to InteractiveWindowCommandHandlerTestState
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (6)
Interactive\Commands\InteractiveCommandHandlerTests.cs (5)
165using var workspace = InteractiveWindowCommandHandlerTestState.CreateTestState(code); 184using var workspace = InteractiveWindowCommandHandlerTestState.CreateTestState(code); 193private static void PrepareSubmissionBuffer(string submissionBuffer, InteractiveWindowCommandHandlerTestState workspace)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
57public static InteractiveWindowCommandHandlerTestState CreateTestState(string markup)