Exemple #1
0
 public ModuleRedirectAllContext(int concurrentLevel, string methodFullName)
 {
     for (int hash = 0; hash < concurrentLevel; ++hash)
     {
         HashCodes.Add(hash);
     }
     MethodFullName = methodFullName;
 }