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