3 writes to _value
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (3)
736
_value
= value;
742
_value
= unchecked((short)value);
748
_value
= unchecked((short)value);
5 references to _value
Microsoft.CodeAnalysis (5)
ConstantValueSpecialized.cs (5)
755
return
_value
;
763
return unchecked((ushort)
_value
);
771
return unchecked((char)
_value
);
777
return Hash.Combine(base.GetHashCode(),
_value
.GetHashCode());
782
return base.Equals(other) &&
_value
== other.Int16Value;