1 write to _value
Microsoft.CodeAnalysis (1)
ConstantValueSpecialized.cs (1)
276_value = value;
3 references to _value
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (3)
296return _value; 302return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 307return base.Equals(other) && _value == other.DateTimeValue;