10 references to Int32
System.Console (10)
System\TermInfo.cs (10)
138output.AppendSpanFormattable((char)stack.Pop().Int32); 144output.AppendSpanFormattable(stack.Pop().Int32); 239int second = stack.Pop().Int32; // it's a stack... the second value was pushed last 240int first = stack.Pop().Int32; 262int value = stack.Pop().Int32; 274args[0] = 1 + args[0].Int32; 276args[1] = 1 + args[1].Int32; 288bool conditionalResult = AsBool(stack.Pop().Int32); 302if (!AsBool(stack.Pop().Int32)) 313if (!AsBool(stack.Pop().Int32))