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"); 1559return Status.Fail(methodIL.OwningMethod, "Byref math with unsupported byref"); 1563return Status.Fail(methodIL.OwningMethod, "Out of range byref access"); 1773return Status.Fail(methodIL.OwningMethod, "Ldind from unsupported byref"); 1814return Status.Fail(methodIL.OwningMethod, "Stind into usupported byref"); 1817return Status.Fail(methodIL.OwningMethod, "Byref doesn't support storing value"); 1843return Status.Fail(methodIL.OwningMethod, "initblk of unsupported byref"); 1859return Status.Fail(methodIL.OwningMethod, "Control fell through");