1 write to _hasNaN
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
29(_numbers, _hasNaN) = (numbers, hasNaN);
12 references to _hasNaN
Microsoft.CodeAnalysis.CSharp (12)
Utilities\ValueSetFactory.FloatingValueSet.cs (12)
49public bool IsEmpty => !_hasNaN && _numbers.IsEmpty; 65Debug.Assert(_hasNaN); 105hasNaN: this._hasNaN & other._hasNaN); 117hasNaN: this._hasNaN | other._hasNaN); 126hasNaN: !this._hasNaN); 138_hasNaN && tc.Related(relation, tc.NaN, value) || 148(!_hasNaN || tc.Related(relation, tc.NaN, value)) && 156this._hasNaN == other._hasNaN && 162if (_hasNaN)