Exemplo n.º 1
0
 public override void EnumerateRefsOfObjectCarefully(ulong objRef, Action <ulong, int> action)
 {
     if (_containsPointers)
     {
         _heap.EnumerateObjectReferences(objRef, this, true, action);
     }
 }