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