15 references to ConstantValueOne
Microsoft.CodeAnalysis (15)
ConstantValueSpecialized.cs (15)
518
public static readonly ConstantValueOne SByte = new
ConstantValueOne
(ConstantValueTypeDiscriminator.SByte);
519
public static readonly ConstantValueOne Byte = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Byte);
520
public static readonly ConstantValueOne Int16 = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Int16);
521
public static readonly ConstantValueOne UInt16 = new
ConstantValueOne
(ConstantValueTypeDiscriminator.UInt16);
522
public static readonly ConstantValueOne Int32 = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Int32);
523
public static readonly ConstantValueOne UInt32 = new
ConstantValueOne
(ConstantValueTypeDiscriminator.UInt32);
524
public static readonly ConstantValueOne Int64 = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Int64);
525
public static readonly ConstantValueOne UInt64 = new
ConstantValueOne
(ConstantValueTypeDiscriminator.UInt64);
526
public static readonly ConstantValueOne NInt = new
ConstantValueOne
(ConstantValueTypeDiscriminator.NInt);
527
public static readonly ConstantValueOne NUInt = new
ConstantValueOne
(ConstantValueTypeDiscriminator.NUInt);
528
public static readonly ConstantValueOne Single = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Single);
529
public static readonly ConstantValueOne Double = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Double);
531
public static readonly ConstantValueOne Boolean = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Boolean);
532
public static readonly ConstantValueOne Char = new
ConstantValueOne
(ConstantValueTypeDiscriminator.Char);
666
:
base
(ConstantValueTypeDiscriminator.Decimal)