|
|
|
@ -612,7 +612,7 @@ namespace Decompiler |
|
|
|
return new AssignmentExpression( |
|
|
|
return new AssignmentExpression( |
|
|
|
AstBuilder.ConvertType(((FieldReference)operand).DeclaringType) |
|
|
|
AstBuilder.ConvertType(((FieldReference)operand).DeclaringType) |
|
|
|
.Member(((FieldReference)operand).Name).WithAnnotation(operand), |
|
|
|
.Member(((FieldReference)operand).Name).WithAnnotation(operand), |
|
|
|
arg2); |
|
|
|
arg1); |
|
|
|
case Code.Ldflda: |
|
|
|
case Code.Ldflda: |
|
|
|
case Code.Ldsflda: throw new NotImplementedException(); |
|
|
|
case Code.Ldsflda: throw new NotImplementedException(); |
|
|
|
case Code.Ldftn: throw new NotImplementedException(); |
|
|
|
case Code.Ldftn: throw new NotImplementedException(); |
|
|
|
|