4 instantiations of C
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (4)
InteractiveSessionTests.cs (4)
1529var c = new C(); 1554var c = new C(); 1599var s0 = CSharpScript.RunAsync("static int goo = StaticField;", options: ScriptOptions, globals: new C()); 2133}", options: ScriptOptions, globals: new C()).
2 references to C
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
InteractiveSessionTests.cs (2)
1529var c = new C(); 1554var c = new C();