Compiler\TypePreinit.cs (12)
100status = Status.Fail(type.GetStaticConstructor(), ex.Message);
162return Status.Fail(method, "Extern method");
173return Status.Fail(methodIL.OwningMethod, "Recursion");
184return Status.Fail(methodIL.OwningMethod, "Finally regions");
216return Status.Fail(methodIL.OwningMethod, "Instruction limit");
1532return Status.Fail(methodIL.OwningMethod, "Byref math with unsupported byref");
1536return Status.Fail(methodIL.OwningMethod, "Out of range byref access");
1746return Status.Fail(methodIL.OwningMethod, "Ldind from unsupported byref");
1787return Status.Fail(methodIL.OwningMethod, "Stind into usupported byref");
1790return Status.Fail(methodIL.OwningMethod, "Byref doesn't support storing value");
1816return Status.Fail(methodIL.OwningMethod, "initblk of unsupported byref");
1832return Status.Fail(methodIL.OwningMethod, "Control fell through");