3 references to IsUnsigned
Microsoft.CodeAnalysis (2)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (2)
273&& startConstant.IsUnsigned == endConstant.IsUnsigned;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypedConstantExtensions.cs (1)
59if (valueConstant.IsUnsigned)