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