예제 #1
0
 private PointerTypeSymbol DecodePointerType(PointerTypeSymbol type)
 {
     return(type.WithPointedAtType(DecodeTypeInternal(type.PointedAtTypeWithAnnotations)));
 }
 private PointerTypeSymbol TransformPointerType(PointerTypeSymbol type)
 {
     Increment();
     return(type.WithPointedAtType(TransformTypeWithAnnotations(type.PointedAtTypeWithAnnotations)));
 }