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