public ObjectInitDebugView_NoParent(ObjectInit node, Object parentProxy, String name)
 {
     _node = node; _parentProxy = parentProxy; _name = name;
 }
 public ObjectInitDebugView_NoParent(ObjectInit node) : this(node, null)
 {
 }
 public ObjectInitDebugView_NoParent(ObjectInit node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace())
 {
 }
 public ObjectInitDebugView(ObjectInit node) : this(node, null)
 {
 }