2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
676_value = unchecked((byte)value); 682_value = value;
4 references to _value
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
689return _value; 697return unchecked((sbyte)(_value)); 703return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 708return base.Equals(other) && _value == other.ByteValue;