Check for CompilerGeneratedAttribute and DebuggerDisplayAttribute.Type
here is the code generated by the compiler for an anomymous type
[CompilerGenerated, DebuggerDisplay(@"\{ a = {a} }", Type="")]
internal sealed class <>f__AnonymousType0<j__TPar>
{
...
}