Example #1
0
 public CollectionInitDebugView(CollectionInit node) : this(node, null)
 {
 }
Example #2
0
 public CollectionInitDebugView_NoParent(CollectionInit node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace())
 {
 }
Example #3
0
 public CollectionInitDebugView_NoParent(CollectionInit node, Object parentProxy, String name)
 {
     _node = node; _parentProxy = parentProxy; _name = name;
 }
Example #4
0
 public CollectionInitDebugView_NoParent(CollectionInit node) : this(node, null)
 {
 }