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
46
public bool IsEmpty => !_hasSmall && !
_hasLarge
&& _values.IsEmpty;
67
if (
_hasLarge
&& relation switch { LessThan => true, LessThanOrEqual => true, _ => false })
80
if (
_hasLarge
&& relation switch { GreaterThan => true, GreaterThanOrEqual => true, _ => false })
92
hasLarge: !this.
_hasLarge
104
hasLarge: this.
_hasLarge
&& other.
_hasLarge
116
hasLarge: this.
_hasLarge
|| other.
_hasLarge
124
this.
_hasLarge
== other.
_hasLarge
&&
128
Hash.Combine(this._hasSmall.GetHashCode(), Hash.Combine(this.
_hasLarge
.GetHashCode(), this._values.GetHashCode()));
139
if (
_hasLarge
&& builder.Length > 0)
141
if (
_hasLarge
)