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