8 references to ExampleCode1
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (8)
Interactive\Commands\InteractiveCommandHandlerTests.cs (8)
55
AssertExecuteInInteractive(
ExampleCode1
+ Caret,
ExampleCode1
);
56
AssertExecuteInInteractive(
ExampleCode1
.Insert(3, Caret),
ExampleCode1
);
70
AssertExecuteInInteractive($@"{{|Selection:{
ExampleCode1
}$$|}}",
ExampleCode1
);
161
submissionBuffer:
ExampleCode1
,
162
expectedBufferText:
ExampleCode1
+ "\r\n" + ExampleCode2Line2);