Esempio n. 1
0
 public override bool ComputeContainsGCPointers(DefType type)
 {
     Debug.Assert(!_fallbackAlgorithm.ComputeContainsGCPointers(type));
     return(false);
 }
 public override bool ComputeContainsGCPointers(DefType type)
 {
     return(_fallbackAlgorithm.ComputeContainsGCPointers(type));
 }