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