示例#1
0
        private static ReflectionTestManager Manager()
        {
            if (_manager != null)
            {
                return(_manager);
            }

            return(_manager = new ReflectionTestManager().Init(typeof(TorchServer).Assembly));
        }
示例#2
0
 private static ReflectionTestManager Manager()
 {
     TestUtils.Init();
     if (_manager != null)
     {
         return(_manager);
     }
     return(_manager = new ReflectionTestManager().Init(typeof(ConcealmentPlugin).Assembly));
 }