12 references to Fail
ILCompiler.Compiler (12)
Compiler\TypePreinit.cs (12)
101status = Status.Fail(type.GetStaticConstructor(), ex.Message); 173return Status.Fail(method, "Extern method"); 184return Status.Fail(methodIL.OwningMethod, "Recursion"); 195return Status.Fail(methodIL.OwningMethod, "Finally regions"); 227return Status.Fail(methodIL.OwningMethod, "Instruction limit"); 1543return Status.Fail(methodIL.OwningMethod, "Byref math with unsupported byref"); 1547return Status.Fail(methodIL.OwningMethod, "Out of range byref access"); 1757return Status.Fail(methodIL.OwningMethod, "Ldind from unsupported byref"); 1798return Status.Fail(methodIL.OwningMethod, "Stind into usupported byref"); 1801return Status.Fail(methodIL.OwningMethod, "Byref doesn't support storing value"); 1827return Status.Fail(methodIL.OwningMethod, "initblk of unsupported byref"); 1843return Status.Fail(methodIL.OwningMethod, "Control fell through");