2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
693_value = unchecked((byte)value); 699_value = value;
4 references to _value
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
706return _value; 714return unchecked((sbyte)(_value)); 720return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 725return base.Equals(other) && _value == other.ByteValue;