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
37
public bool IsEmpty => !
_hasLarge
&& _values.IsEmpty;
58
if (
_hasLarge
&& relation switch { LessThan => true, LessThanOrEqual => true, _ => false })
67
if (
_hasLarge
&& relation switch { GreaterThan => true, GreaterThanOrEqual => true, _ => false })
78
hasLarge: !this.
_hasLarge
89
hasLarge: this.
_hasLarge
&& other.
_hasLarge
100
hasLarge: this.
_hasLarge
|| other.
_hasLarge
107
this.
_hasLarge
== other.
_hasLarge
&&
111
Hash.Combine(this.
_hasLarge
.GetHashCode(), this._values.GetHashCode());
118
if (
_hasLarge
&& builder.Length > 0)
120
if (
_hasLarge
)