1 write to _hasLarge
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NuintValueSet.cs (1)
34_hasLarge = hasLarge;
14 references to _hasLarge
Microsoft.CodeAnalysis.CSharp (14)
Utilities\ValueSetFactory.NuintValueSet.cs (14)
26/// distinguish one such value from another. The flag <see cref="_hasLarge"/> is true when the set is considered 37public bool IsEmpty => !_hasLarge && _values.IsEmpty; 58if (_hasLarge && relation switch { LessThan => true, LessThanOrEqual => true, _ => false }) 67if (_hasLarge && relation switch { GreaterThan => true, GreaterThanOrEqual => true, _ => false }) 78hasLarge: !this._hasLarge 89hasLarge: this._hasLarge && other._hasLarge 100hasLarge: this._hasLarge || other._hasLarge 107this._hasLarge == other._hasLarge && 111Hash.Combine(this._hasLarge.GetHashCode(), this._values.GetHashCode()); 118if (_hasLarge && builder.Length > 0) 120if (_hasLarge)