2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
793
_value
= value;
799
_value
= unchecked((int)value);
4 references to _value
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
806
return
_value
;
814
return unchecked((uint)
_value
);
820
return Hash.Combine(base.GetHashCode(),
_value
.GetHashCode());
825
return base.Equals(other) &&
_value
== other.Int32Value;