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