4 instantiations of C
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
ObjectFormatterTests.cs (1)
380var obj = new Object[] { new C(), 1, "str", 'c', true, null, new bool[] { true, false, true, false } };
Microsoft.CodeAnalysis.Scripting.TestUtilities (3)
ObjectFormatterFixtures\Custom.cs (3)
254public readonly C _27_rootHidden = new C(); 256public readonly C _28 = new C(); 259public readonly C _29_collapsed = new C();
3 references to C
Microsoft.CodeAnalysis.Scripting.TestUtilities (3)
ObjectFormatterFixtures\Custom.cs (3)
254public readonly C _27_rootHidden = new C(); 256public readonly C _28 = new C(); 259public readonly C _29_collapsed = new C();