Esempio n. 1
0
        internal static WindowsCredentialImpl GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new WindowsCredentialImpl();

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
Esempio n. 2
0
 static partial void InstanceFactory(ref WindowsCredentialImpl instance, [CallerMemberName] string callerName = "");