5 references to ContinueWith
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (2)
InteractiveSessionReferencesTests.cs (2)
174
var state = await script.RunAsync().
ContinueWith
<IEnumerable<int>>("x", options.WithFilePath(null));
455
var s1 = s0.
ContinueWith
<Type>("System.Type.GetType(x.GetType().AssemblyQualifiedName, true)");
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
InteractiveSessionTests.cs (3)
908
ContinueWith
<Func<int, int>>("new Func<int,int>(Sqr)").Result.ReturnValue;
990
ContinueWith
<List<int>>("result").Result.ReturnValue;
1537
var s2 = s1.
ContinueWith
<int>("int x = 20;");