4 instantiations of C
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (4)
InteractiveSessionTests.cs (4)
1529
var c = new
C
();
1554
var c = new
C
();
1599
var 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)
1529
var
c = new C();
1554
var
c = new C();