コード例 #1
0
 public override bool ComputeContainsGCPointers(DefType type)
 {
     Debug.Assert(!_fallbackAlgorithm.ComputeContainsGCPointers(type));
     return(false);
 }
コード例 #2
0
 public override bool ComputeContainsGCPointers(DefType type)
 {
     return(_fallbackAlgorithm.ComputeContainsGCPointers(type));
 }