Merge pull request #129 from grumpydev/CryptoFixo
[mono.git] / mcs / mcs / constant.cs
index 638b3e55ba16ba0934906db7452306f4798141fc..04bd2a759351c2dca19e2326b3eb49347f560fd7 100644 (file)
@@ -78,6 +78,11 @@ namespace Mono.CSharp {
                        return c;
                }
 
+               public override bool ContainsEmitWithAwait ()
+               {
+                       return false;
+               }
+
                public virtual Constant ConvertImplicitly (TypeSpec type)
                {
                        if (this.type == type)