Пример #1
0
 internal override void CheckInvariant(ILPhase phase)
 {
     base.CheckInvariant(phase);
     Debug.Assert(Argument.ResultType == StackType.O, "nullable.unwrap expects nullable type as input");
     Debug.Assert(Ancestors.Any(a => a is NullableRewrap));
 }