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)
755return _value; 763return unchecked((ushort)_value); 771return unchecked((char)_value); 777return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 782return base.Equals(other) && _value == other.Int16Value;