3 references to C
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
InteractiveSessionTests.cs (3)
1435CSharpScript.RunAsync<C<int>>("null"); 1447var cint = CSharpScript.EvaluateAsync<C<int>>("null", options).Result;