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