public StringAndReflectionBasedMixinChecker(string workingDir, string remotionInterfacesFullName)
 {
     _isolatedMixinChecker = IsolatedStringAndReflectionBasedMixinChecker.Create (workingDir, remotionInterfacesFullName);
       _mixableTypesCache = new Dictionary<string, bool>();
 }
 public StringAndReflectionBasedMixinChecker(string workingDir, string remotionInterfacesFullName)
 {
     _isolatedMixinChecker = IsolatedStringAndReflectionBasedMixinChecker.Create(workingDir, remotionInterfacesFullName);
     _mixableTypesCache    = new Dictionary <string, bool>();
 }