12 references to IsUnsigned
System.Core (12)
Microsoft\Scripting\Compiler\ILGen.cs (1)
655
bool isFromUnsigned = TypeUtils.
IsUnsigned
(typeFrom);
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (10)
179
} else if (TypeUtils.
IsUnsigned
(leftType)) {
191
} else if (TypeUtils.
IsUnsigned
(leftType)) {
203
} else if (TypeUtils.
IsUnsigned
(leftType)) {
210
if (TypeUtils.
IsUnsigned
(leftType)) {
217
if (TypeUtils.
IsUnsigned
(leftType)) {
232
if (TypeUtils.
IsUnsigned
(leftType)) {
241
if (TypeUtils.
IsUnsigned
(leftType)) {
254
if (TypeUtils.
IsUnsigned
(leftType)) {
263
if (TypeUtils.
IsUnsigned
(leftType)) {
288
if (TypeUtils.
IsUnsigned
(leftType)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
253
IsUnsigned = TypeUtils.
IsUnsigned
(Type);