8 references to ExampleCode1
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (8)
Interactive\Commands\InteractiveCommandHandlerTests.cs (8)
47AssertExecuteInInteractive(ExampleCode1 + Caret, ExampleCode1); 48AssertExecuteInInteractive(ExampleCode1.Insert(3, Caret), ExampleCode1); 60AssertExecuteInInteractive($@"{{|Selection:{ExampleCode1}$$|}}", ExampleCode1); 137submissionBuffer: ExampleCode1, 138expectedBufferText: ExampleCode1 + "\r\n" + ExampleCode2Line2);