internal static BatchSaveErrorWrapper GetInstance() { BatchSaveError real = default(BatchSaveError); RealInstanceFactory(ref real); var instance = (BatchSaveErrorWrapper)BatchSaveErrorWrapper.GetWrapper(real); InstanceFactory(ref instance); if (instance == null) { Assert.Inconclusive("Could not Create Test Instance"); } return(instance); }
static partial void RealInstanceFactory(ref BatchSaveError real, string callerName) { real = (BatchSaveError)FormatterServices.GetUninitializedObject(typeof(BatchSaveError)); }
static partial void RealInstanceFactory(ref BatchSaveError real, [CallerMemberName] string callerName = "");