2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
836
_value
= value;
842
_value
= unchecked((long)value);
4 references to _value
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
849
return
_value
;
857
return unchecked((ulong)
_value
);
863
return Hash.Combine(base.GetHashCode(),
_value
.GetHashCode());
868
return base.Equals(other) &&
_value
== other.Int64Value;