7 references to AsInt
System.Console (7)
System\TermInfo.cs (7)
243c == '=' ? AsInt(first == second) : 244c == '>' ? AsInt(first > second) : 245c == '<' ? AsInt(first < second) : 246c == 'A' ? AsInt(AsBool(first) && AsBool(second)) : 247c == 'O' ? AsInt(AsBool(first) || AsBool(second)) : 256format[pos] == '!' ? AsInt(!AsBool(value)) : 324stack.Push(AsInt(format[pos] == ';'));