2 writes to _value
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
880_value = value; 886_value = unchecked((int)value);
4 references to _value
Microsoft.CodeAnalysis (4)
ConstantValueSpecialized.cs (4)
893return _value; 901return unchecked((uint)_value); 907return Hash.Combine(base.GetHashCode(), _value.GetHashCode()); 912return base.Equals(other) && _value == other.Int32Value;