1 write to _hasLarge
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NintValueSet.cs (1)
43_hasLarge = hasLarge;
14 references to _hasLarge
Microsoft.CodeAnalysis.CSharp (14)
Utilities\ValueSetFactory.NintValueSet.cs (14)
34/// distinguish one such value from another. The flag <see cref="_hasLarge"/> is true when the set is considered 46public bool IsEmpty => !_hasSmall && !_hasLarge && _values.IsEmpty; 67if (_hasLarge && relation switch { LessThan => true, LessThanOrEqual => true, _ => false }) 80if (_hasLarge && relation switch { GreaterThan => true, GreaterThanOrEqual => true, _ => false }) 92hasLarge: !this._hasLarge 104hasLarge: this._hasLarge && other._hasLarge 116hasLarge: this._hasLarge || other._hasLarge 124this._hasLarge == other._hasLarge && 128Hash.Combine(this._hasSmall.GetHashCode(), Hash.Combine(this._hasLarge.GetHashCode(), this._values.GetHashCode())); 139if (_hasLarge && builder.Length > 0) 141if (_hasLarge)