コード例 #1
0
ファイル: IntPointerCast.cs プロジェクト: meikeric/DotCopter
 public override bool HasConflictWith(IReference storage)
 {
     return(inner.HasConflictWith(storage));
 }
コード例 #2
0
 public IReference ForLhs(Expression rhs)
 {
     return(rhs.HasConflictWith(storage) ? temp : storage);
 }
コード例 #3
0
 public IReference ForLhs(Expression rhs)
 {
     return rhs.HasConflictWith(storage) ? temp : storage;
 }