public AudioMixerEffectView()
 {
   // ISSUE: object of a compiler-generated type is created
   // ISSUE: variable of a compiler-generated type
   AudioMixerEffectView.\u003CAudioMixerEffectView\u003Ec__AnonStorey62 viewCAnonStorey62 = new AudioMixerEffectView.\u003CAudioMixerEffectView\u003Ec__AnonStorey62();
   this.m_SharedPlugin = new AudioMixerEffectPlugin();
   this.m_CustomEffectGUIs = new Dictionary<string, IAudioEffectPluginGUI>();
   // ISSUE: explicit constructor call
   base.\u002Ector();
   this.m_EffectDragging = new AudioMixerEffectView.EffectDragging();
   // ISSUE: reference to a compiler-generated field
   viewCAnonStorey62.pluginType = typeof (IAudioEffectPluginGUI);
   foreach (Assembly assembly in AppDomain.CurrentDomain.GetAssemblies())
   {
     try
     {
       // ISSUE: reference to a compiler-generated method
       foreach (System.Type type in ((IEnumerable<System.Type>) assembly.GetTypes()).Where<System.Type>(new Func<System.Type, bool>(viewCAnonStorey62.\u003C\u003Em__A9)))
         this.RegisterCustomGUI(Activator.CreateInstance(type) as IAudioEffectPluginGUI);
     }
     catch (Exception ex)
     {
     }
   }
 }
 public AudioMixerEffectView()
 {
     // ISSUE: object of a compiler-generated type is created
     // ISSUE: variable of a compiler-generated type
     AudioMixerEffectView.\u003CAudioMixerEffectView\u003Ec__AnonStorey62 viewCAnonStorey62 = new AudioMixerEffectView.\u003CAudioMixerEffectView\u003Ec__AnonStorey62();
     this.m_SharedPlugin     = new AudioMixerEffectPlugin();
     this.m_CustomEffectGUIs = new Dictionary <string, IAudioEffectPluginGUI>();
     // ISSUE: explicit constructor call
     base.\u002Ector();
     this.m_EffectDragging = new AudioMixerEffectView.EffectDragging();
     // ISSUE: reference to a compiler-generated field
     viewCAnonStorey62.pluginType = typeof(IAudioEffectPluginGUI);
     foreach (Assembly assembly in AppDomain.CurrentDomain.GetAssemblies())
     {
         try
         {
             // ISSUE: reference to a compiler-generated method
             foreach (System.Type type in ((IEnumerable <System.Type>)assembly.GetTypes()).Where <System.Type>(new Func <System.Type, bool>(viewCAnonStorey62.\u003C\u003Em__A9)))
             {
                 this.RegisterCustomGUI(Activator.CreateInstance(type) as IAudioEffectPluginGUI);
             }
         }
         catch (Exception ex)
         {
         }
     }
 }