4 instantiations of C
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
ObjectFormatterTests.cs (1)
380
var 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)
254
public readonly C _27_rootHidden = new
C
();
256
public readonly C _28 = new
C
();
259
public readonly C _29_collapsed = new
C
();
3 references to C
Microsoft.CodeAnalysis.Scripting.TestUtilities (3)
ObjectFormatterFixtures\Custom.cs (3)
254
public readonly
C
_27_rootHidden = new C();
256
public readonly
C
_28 = new C();
259
public readonly
C
_29_collapsed = new C();