DataLoadSave\Text\TextLoaderParser.cs (4)
81return Utils.MarshalInvoke(_getCreatorOneCoreMethodInfo, this, type.RawType, type);
94return Utils.MarshalInvoke(_getCreatorVecCoreMethodInfo, this, type.RawType, type);
108return Utils.MarshalInvoke(_getCreatorOneCoreMethodInfo, this, key.RawType, key);
114return Utils.MarshalInvoke(_getCreatorVecCoreMethodInfo, this, key.RawType, key);