private static void AddPlayerProfilers(List <ProfilerChoise> profilers)
 {
     foreach (int availableProfiler in ProfilerDriver.GetAvailableProfilers())
     {
         // ISSUE: object of a compiler-generated type is created
         // ISSUE: variable of a compiler-generated type
         AttachProfilerUI.\u003CAddPlayerProfilers\u003Ec__AnonStoreyA8 profilersCAnonStoreyA8 = new AttachProfilerUI.\u003CAddPlayerProfilers\u003Ec__AnonStoreyA8();
         // ISSUE: reference to a compiler-generated field
         profilersCAnonStoreyA8.guid = availableProfiler;
         // ISSUE: reference to a compiler-generated field
         string str = ProfilerDriver.GetConnectionIdentifier(profilersCAnonStoreyA8.guid);
         // ISSUE: reference to a compiler-generated field
         bool flag1 = ProfilerDriver.IsIdentifierOnLocalhost(profilersCAnonStoreyA8.guid) && str.Contains("MetroPlayerX");
         // ISSUE: reference to a compiler-generated field
         bool flag2 = !flag1 && ProfilerDriver.IsIdentifierConnectable(profilersCAnonStoreyA8.guid);
         if (!flag2)
         {
             str = !flag1 ? str + " (Version mismatch)" : str + " (Localhost prohibited)";
         }
         // ISSUE: reference to a compiler-generated method
         // ISSUE: reference to a compiler-generated method
         profilers.Add(new ProfilerChoise()
         {
             Name       = str,
             Enabled    = flag2,
             IsSelected = new Func <bool>(profilersCAnonStoreyA8.\u003C\u003Em__1EB),
             ConnectTo  = new System.Action(profilersCAnonStoreyA8.\u003C\u003Em__1EC)
         });
     }
 }
 private static void AddPlayerProfilers(List<ProfilerChoise> profilers)
 {
   foreach (int availableProfiler in ProfilerDriver.GetAvailableProfilers())
   {
     // ISSUE: object of a compiler-generated type is created
     // ISSUE: variable of a compiler-generated type
     AttachProfilerUI.\u003CAddPlayerProfilers\u003Ec__AnonStoreyA8 profilersCAnonStoreyA8 = new AttachProfilerUI.\u003CAddPlayerProfilers\u003Ec__AnonStoreyA8();
     // ISSUE: reference to a compiler-generated field
     profilersCAnonStoreyA8.guid = availableProfiler;
     // ISSUE: reference to a compiler-generated field
     string str = ProfilerDriver.GetConnectionIdentifier(profilersCAnonStoreyA8.guid);
     // ISSUE: reference to a compiler-generated field
     bool flag1 = ProfilerDriver.IsIdentifierOnLocalhost(profilersCAnonStoreyA8.guid) && str.Contains("MetroPlayerX");
     // ISSUE: reference to a compiler-generated field
     bool flag2 = !flag1 && ProfilerDriver.IsIdentifierConnectable(profilersCAnonStoreyA8.guid);
     if (!flag2)
       str = !flag1 ? str + " (Version mismatch)" : str + " (Localhost prohibited)";
     // ISSUE: reference to a compiler-generated method
     // ISSUE: reference to a compiler-generated method
     profilers.Add(new ProfilerChoise()
     {
       Name = str,
       Enabled = flag2,
       IsSelected = new Func<bool>(profilersCAnonStoreyA8.\u003C\u003Em__1EB),
       ConnectTo = new System.Action(profilersCAnonStoreyA8.\u003C\u003Em__1EC)
     });
   }
 }