Пример #1
0
 public static bool Calls(this ILNode node, Symbol name)
 {
     return(node.CallsMin(name, 0));
 }