2 instantiations of InteractiveFixtures_TopLevelHostObject
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
InteractiveSessionTests.cs (2)
1629
var obj = new
InteractiveFixtures_TopLevelHostObject
{ X = 1, Y = 2, Z = 3 };
1633
obj = new
InteractiveFixtures_TopLevelHostObject
{ X = 1, Y = 2, Z = 3 };
1 reference to InteractiveFixtures_TopLevelHostObject
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
InteractiveSessionTests.cs (1)
1629
var
obj = new InteractiveFixtures_TopLevelHostObject { X = 1, Y = 2, Z = 3 };