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