2 overrides of DateTimeValue
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
292public override DateTime DateTimeValue 417public override DateTime DateTimeValue
3 references to DateTimeValue
Microsoft.CodeAnalysis (3)
ConstantValue.cs (2)
536case ConstantValueTypeDiscriminator.DateTime: return DateTimeValue; 832ConstantValueTypeDiscriminator.DateTime => DateTimeValue.ToString(provider),
ConstantValueSpecialized.cs (1)
307return base.Equals(other) && _value == other.DateTimeValue;