4 references to ExampleCode2Line2
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
Interactive\Commands\InteractiveCommandHandlerTests.cs (4)
49AssertExecuteInInteractive(ExampleCode2 + Caret, ExampleCode2Line2); 133AssertCopyToInteractive($"{ExampleCode2}$$", ExampleCode2Line2); 138expectedBufferText: ExampleCode1 + "\r\n" + ExampleCode2Line2); 143expectedBufferText: "x = 2;\r\n" + ExampleCode2Line2);