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