10 references to Int32
System.Console (10)
System\TermInfo.cs (10)
138output.AppendSpanFormattable((char)stack.Pop().Int32); 144output.AppendSpanFormattable(stack.Pop().Int32); 231int second = stack.Pop().Int32; // it's a stack... the second value was pushed last 232int first = stack.Pop().Int32; 254int value = stack.Pop().Int32; 266args[0] = 1 + args[0].Int32; 268args[1] = 1 + args[1].Int32; 280bool conditionalResult = AsBool(stack.Pop().Int32); 294if (!AsBool(stack.Pop().Int32)) 305if (!AsBool(stack.Pop().Int32))