internal static WindowsCredentialImpl GetInstance([CallerMemberName] string callerName = "") { var instance = new WindowsCredentialImpl(); InstanceFactory(ref instance, callerName); return(instance); }
static partial void InstanceFactory(ref WindowsCredentialImpl instance, [CallerMemberName] string callerName = "");