10 references to InternalBoxEnum
mscorlib (10)
system\enum.cs (10)
1056return InternalBoxEnum(rtType, value);
1071return InternalBoxEnum(rtType, value);
1086return InternalBoxEnum(rtType, value);
1101return InternalBoxEnum(rtType, value);
1117return InternalBoxEnum(rtType, value);
1133return InternalBoxEnum(rtType, value);
1148return InternalBoxEnum(rtType, value);
1164return InternalBoxEnum(rtType, unchecked((long)value));
1178return InternalBoxEnum(rtType, value);
1192return InternalBoxEnum(rtType, value ? 1 : 0);