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