69 references to ContinueWith
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (8)
InteractiveSessionReferencesTests.cs (8)
286
var script1 = script0.
ContinueWith
($@"
289
var script2 = script1.
ContinueWith
(@"
364
", ScriptOptions).
ContinueWith
($@"
366
").
ContinueWith
(@"
403
", ScriptOptions).
ContinueWith
($@"
405
").
ContinueWith
(@"
429
var script1 = script0.
ContinueWith
($@"
438
var script2 = script1.
ContinueWith
(@"
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (55)
InteractiveSessionReferencesTests.cs (2)
45
var s1 = s0.
ContinueWith
($@"
147
var s1 = s0.
ContinueWith
($@"
InteractiveSessionTests.cs (49)
53
", ScriptOptions).
ContinueWith
(@"
56
").
ContinueWith
(@"
74
", ScriptOptions).
ContinueWith
(@"
77
").
ContinueWith
(@"
92
}", ScriptOptions).
ContinueWith
(@"
94
").
ContinueWith
(@"
108
", ScriptOptions).
ContinueWith
(@"
136
", ScriptOptions).
ContinueWith
(@"
156
", ScriptOptions).
ContinueWith
(@"
158
").
ContinueWith
(@"
175
", ScriptOptions).
ContinueWith
(@"
177
").
ContinueWith
(@"
190
", ScriptOptions).
ContinueWith
(@"
220
", options).
ContinueWith
(@"
222
").
ContinueWith
(@"
370
", ScriptOptions).
ContinueWith
(@"
375
").
ContinueWith
(@"
404
var script = CSharpScript.Create("var x = 1;", ScriptOptions).
ContinueWith
("x");
413
ContinueWith
("using InteractiveFixtures.C;").
414
ContinueWith
("System.Environment.ProcessorCount").
450
", ScriptOptions).
ContinueWith
(@"
453
").
ContinueWith
(@"
533
ContinueWith
("int Environment = 1;").
541
ContinueWith
("using System;").
553
ContinueWith
("System").
604
var s1 = s0.
ContinueWith
("int y = 2;");
721
}", ScriptOptions).
ContinueWith
(@"
723
").
ContinueWith
(@"
751
Assert.Equal(1, s0.
ContinueWith
(@"goo<int, int>(1)").EvaluateAsync().Result);
752
Assert.Equal(5, s0.
ContinueWith
(@"bar(5)").EvaluateAsync().Result);
1139
ContinueWith
("await Task.Delay(1); i++;").
1140
ContinueWith
("await Task.Delay(1); i++;").
1295
var r2 = CSharpScript.Create($@"#r ""{fileMain.Path}""", ScriptOptions).
ContinueWith
($@"M.X.F").RunAsync().Result.ReturnValue;
1326
var r2 = CSharpScript.Create($@"#r ""{fileMain.Path}""", ScriptOptions).
ContinueWith
($@"M.X.F").RunAsync().Result.ReturnValue;
1926
var s1 = s0.
ContinueWith
(@"
1947
var s1 = s0.
ContinueWith
(@"
1953
var s2 = s1.
ContinueWith
(@"
1973
var s1 = s0.
ContinueWith
(@"
1978
var s2 = s1.
ContinueWith
(@"
1981
var s3 = s2.
ContinueWith
(@"
2035
var s1 = s0.
ContinueWith
(@"
2041
var s2 = s1.
ContinueWith
(@"
2044
var s3 = s2.
ContinueWith
(@"
2069
var s1 = s0.
ContinueWith
(@"
2073
var s2 = s1.
ContinueWith
(@"
2078
var s3 = s2.
ContinueWith
(@"
2103
var s1 = s0.
ContinueWith
(@"
2109
var s2 = s1.
ContinueWith
(@"
2112
var s3 = s2.
ContinueWith
(@"
ScriptTests.cs (4)
396
ContinueWith
("var b = 2u;").
397
ContinueWith
("var a = 3m;").
398
ContinueWith
("var x = a + b;").
399
ContinueWith
("var X = Y;");
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
659
script = previousScript.
ContinueWith
(code, scriptOptions);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
289
newScript = state.Script.
ContinueWith
(code, options);
Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests (4)
InteractiveSessionTests.vb (4)
75
", ScriptOptions).
ContinueWith
("
78
").
ContinueWith
("
96
", ScriptOptions).
ContinueWith
("
101
").
ContinueWith
("