12 references to ExampleCode2
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (12)
Interactive\Commands\InteractiveCommandHandlerTests.cs (12)
49
AssertExecuteInInteractive(
ExampleCode2
+ Caret, ExampleCode2Line2);
62
AssertExecuteInInteractive($@"{{|Selection:{
ExampleCode2
}$$|}}",
ExampleCode2
);
67
{{|Selection:{
ExampleCode2
}$$|}}
69
Console.WriteLine(x);",
ExampleCode2
);
133
AssertCopyToInteractive($"{
ExampleCode2
}$$", ExampleCode2Line2);
136
code:
ExampleCode2
+ Caret,
141
code:
ExampleCode2
+ Caret,
149
AssertCopyToInteractive($"{{|Selection:{
ExampleCode2
}$$|}}",
ExampleCode2
);
158
$"{{|Selection:{
ExampleCode2
}$$|}}",
159
$"var x = 1;\r\n{
ExampleCode2
}",