7 references to AsInt
System.Console (7)
System\TermInfo.cs (7)
251c == '=' ? AsInt(first == second) : 252c == '>' ? AsInt(first > second) : 253c == '<' ? AsInt(first < second) : 254c == 'A' ? AsInt(AsBool(first) && AsBool(second)) : 255c == 'O' ? AsInt(AsBool(first) || AsBool(second)) : 264format[pos] == '!' ? AsInt(!AsBool(value)) : 332stack.Push(AsInt(format[pos] == ';'));