Esempio n. 1
0
 public void Run(AssemblyDefinition assembly)
 {
     var notify_property_classes = assembly.GetNotifyPropertyChangedClasses().ToList();
     foreach (var notify_property_class in notify_property_classes)
         AnalyzeClass(notify_property_class);
 }