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