2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
819
_value
= value;
825
_value
= unchecked((long)value);
4 references to _value
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
832
return
_value
;
840
return unchecked((ulong)
_value
);
846
return Hash.Combine(base.GetHashCode(),
_value
.GetHashCode());
851
return base.Equals(other) &&
_value
== other.Int64Value;