3 instantiations of C1
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
InteractiveSessionTests.cs (3)
571CSharpScript.RunAsync("System", globals: new C1()). 581CSharpScript.RunAsync("using System;", globals: new C1()). 592CSharpScript.RunAsync("int System = 2;", globals: new C1()).