Ejemplo n.º 1
0
 private static void LoadIfApplicable(List<IStackTraceParser> found, AttributeStackTraceParser p)
 {
     if (p.IsApplicable())
     {
         found.Add(p);
     }
 }
Ejemplo n.º 2
0
 private static void LoadIfApplicable(List <IStackTraceParser> found, AttributeStackTraceParser p)
 {
     if (p.IsApplicable())
     {
         found.Add(p);
     }
 }