public static IList <Instruction> GetInstructions(this MethodBase self) { if (self == null) { throw new ArgumentNullException("self"); } return(MethodBodyReader.GetInstructions(self).AsReadOnly()); }
public static IList <Instruction> GetInstructions(this MethodBase self) { return(MethodBodyReader.GetInstructions(self).AsReadOnly()); }