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