5 references to IsUnsigned
Microsoft.CodeAnalysis (2)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (2)
273
&& startConstant.
IsUnsigned
== endConstant.
IsUnsigned
;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypedConstantExtensions.cs (1)
57
if (valueConstant.
IsUnsigned
)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\NumericIntPtrTests.cs (1)
2900
Assert.Equal(!signed, value.
IsUnsigned
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NativeIntegerTests.cs (1)
7063
Assert.Equal(!signed, value.
IsUnsigned
);