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