// Token: 0x0600037E RID: 894 RVA: 0x000131A0 File Offset: 0x000113A0
        internal bool IsPrepared(Type type)
        {
            MetaType metaType = this.FindWithoutAdd(type);

            return(metaType != null && metaType.IsPrepared());
        }