1 write to _values
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NintValueSet.cs (1)
42
_values
= values;
15 references to _values
Microsoft.CodeAnalysis.CSharp (15)
Utilities\ValueSetFactory.NintValueSet.cs (15)
46
public bool IsEmpty => !_hasSmall && !_hasLarge &&
_values
.IsEmpty;
55
if (!
_values
.IsEmpty)
56
return
_values
.Sample;
71
return
_values
.All(relation, value);
82
return
_values
.Any(relation, value);
91
values: this.
_values
.Complement(),
103
values: this.
_values
.Intersect(other.
_values
),
115
values: this.
_values
.Union(other.
_values
),
125
this.
_values
.Equals(other.
_values
);
128
Hash.Combine(this._hasSmall.GetHashCode(), Hash.Combine(this._hasLarge.GetHashCode(), this.
_values
.GetHashCode()));
136
if (_hasSmall && !
_values
.IsEmpty)
138
builder.Append(
_values
.ToString());