12 references to ExampleCode2
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (12)
Interactive\Commands\InteractiveCommandHandlerTests.cs (12)
49AssertExecuteInInteractive(ExampleCode2 + Caret, ExampleCode2Line2); 62AssertExecuteInInteractive($@"{{|Selection:{ExampleCode2}$$|}}", ExampleCode2); 67{{|Selection:{ExampleCode2}$$|}} 69Console.WriteLine(x);", ExampleCode2); 133AssertCopyToInteractive($"{ExampleCode2}$$", ExampleCode2Line2); 136code: ExampleCode2 + Caret, 141code: ExampleCode2 + Caret, 149AssertCopyToInteractive($"{{|Selection:{ExampleCode2}$$|}}", ExampleCode2); 158$"{{|Selection:{ExampleCode2}$$|}}", 159$"var x = 1;\r\n{ExampleCode2}",