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)
738return _value; 746return unchecked((ushort)_value); 754return unchecked((char)_value); 760return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 765return base.Equals(other) && _value == other.Int16Value;