Beispiel #1
0
        internal static ITfsRequestChannelImpl GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new ITfsRequestChannelImpl();

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
Beispiel #2
0
 static partial void InstanceFactory(ref ITfsRequestChannelImpl instance, [CallerMemberName] string callerName = "");