12 references to ExampleCode2
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (12)
Interactive\Commands\InteractiveCommandHandlerTests.cs (12)
57AssertExecuteInInteractive(ExampleCode2 + Caret, ExampleCode2Line2); 72AssertExecuteInInteractive($@"{{|Selection:{ExampleCode2}$$|}}", ExampleCode2); 78{|Selection:{{ExampleCode2}}$$|} 81""", ExampleCode2); 157AssertCopyToInteractive($"{ExampleCode2}$$", ExampleCode2Line2); 160code: ExampleCode2 + Caret, 165code: ExampleCode2 + Caret, 173AssertCopyToInteractive($"{{|Selection:{ExampleCode2}$$|}}", ExampleCode2); 182$"{{|Selection:{ExampleCode2}$$|}}", 183$"var x = 1;\r\n{ExampleCode2}",