3 overrides of SByteValue
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (3)
369
public override sbyte
SByteValue
547
public override sbyte
SByteValue
710
public override sbyte
SByteValue
7 references to SByteValue
Microsoft.CodeAnalysis (7)
CodeGen\ILBuilderEmit.cs (1)
576
EmitSByteConstant(value.
SByteValue
);
ConstantValue.cs (5)
63
public virtual short Int16Value { get { return
SByteValue
; } }
521
case ConstantValueTypeDiscriminator.SByte: return Boxes.Box(
SByteValue
);
579
return
SByteValue
< 0;
765
writer.WriteSByte(this.
SByteValue
);
819
ConstantValueTypeDiscriminator.SByte =>
SByteValue
.ToString(provider),
EnumConstantHelper.cs (1)
32
long previous = constantValue.
SByteValue
;