private ComponentDebuggerView BuildComponentView(IHandler handler)
 {
     return(ComponentDebuggerView.BuildFor(handler));
 }
		public ReleasePolicyTrackedObjectsDebuggerViewItem(ComponentDebuggerView component, object[] instances)
		{
			this.component = component;
			this.instances = instances;
		}
Example #3
0
 public ReleasePolicyTrackedObjectsDebuggerViewItem(ComponentDebuggerView component, object[] instances)
 {
     this.component = component;
     this.instances = instances;
 }