Example #1
0
 public void EmitCheck(EmitContext ec)
 {
     Store(ec);
     Invocation.EmitCall(ec, this, NullableInfo.GetHasValue(expr.Type), null, loc);
 }