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