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