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

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