1 write to _numbers
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
29(_numbers, _hasNaN, _tc) = (numbers, hasNaN, tc);
14 references to _numbers
Microsoft.CodeAnalysis.CSharp (14)
Utilities\ValueSetFactory.FloatingValueSet.cs (14)
49public bool IsEmpty => !_hasNaN && _numbers.IsEmpty; 58if (!_numbers.IsEmpty) 60var sample = _numbers.Sample; 106numbers: this._numbers.Intersect(other._numbers), 121numbers: this._numbers.Union(other._numbers), 131numbers: this._numbers.Complement(), 145_numbers.Any(relation, value); 154_numbers.All(relation, value); 157public override int GetHashCode() => this._numbers.GetHashCode(); 162this._numbers.Equals(other._numbers); 169string more = this._numbers.ToString()!;