3 writes to _value
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (3)
719
_value
= value;
725
_value
= unchecked((short)value);
731
_value
= unchecked((short)value);
5 references to _value
Microsoft.CodeAnalysis (5)
ConstantValueSpecialized.cs (5)
738
return
_value
;
746
return unchecked((ushort)
_value
);
754
return unchecked((char)
_value
);
760
return Hash.Combine(base.GetHashCode(),
_value
.GetHashCode());
765
return base.Equals(other) &&
_value
== other.Int16Value;