Example #1
0
 private static List <string> GetUserAssemblies(RuntimeClassRegistry rcr, string managedDir)
 {
     // ISSUE: object of a compiler-generated type is created
     // ISSUE: variable of a compiler-generated type
     AssemblyStripper.\u003CGetUserAssemblies\u003Ec__AnonStorey66 assembliesCAnonStorey66 = new AssemblyStripper.\u003CGetUserAssemblies\u003Ec__AnonStorey66();
     // ISSUE: reference to a compiler-generated field
     assembliesCAnonStorey66.rcr = rcr;
     // ISSUE: reference to a compiler-generated field
     assembliesCAnonStorey66.managedDir = managedDir;
     // ISSUE: reference to a compiler-generated field
     // ISSUE: reference to a compiler-generated method
     // ISSUE: reference to a compiler-generated method
     return(((IEnumerable <string>)assembliesCAnonStorey66.rcr.GetUserAssemblies()).Where <string>(new Func <string, bool>(assembliesCAnonStorey66.\u003C\u003Em__D9)).Select <string, string>(new Func <string, string>(assembliesCAnonStorey66.\u003C\u003Em__DA)).ToList <string>());
 }
 private static List<string> GetUserAssemblies(RuntimeClassRegistry rcr, string managedDir)
 {
   // ISSUE: object of a compiler-generated type is created
   // ISSUE: variable of a compiler-generated type
   AssemblyStripper.\u003CGetUserAssemblies\u003Ec__AnonStorey66 assembliesCAnonStorey66 = new AssemblyStripper.\u003CGetUserAssemblies\u003Ec__AnonStorey66();
   // ISSUE: reference to a compiler-generated field
   assembliesCAnonStorey66.rcr = rcr;
   // ISSUE: reference to a compiler-generated field
   assembliesCAnonStorey66.managedDir = managedDir;
   // ISSUE: reference to a compiler-generated field
   // ISSUE: reference to a compiler-generated method
   // ISSUE: reference to a compiler-generated method
   return ((IEnumerable<string>) assembliesCAnonStorey66.rcr.GetUserAssemblies()).Where<string>(new Func<string, bool>(assembliesCAnonStorey66.\u003C\u003Em__D9)).Select<string, string>(new Func<string, string>(assembliesCAnonStorey66.\u003C\u003Em__DA)).ToList<string>();
 }