1 write to _hasNaN
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
29(_numbers, _hasNaN, _tc) = (numbers, hasNaN, tc);
12 references to _hasNaN
Microsoft.CodeAnalysis.CSharp (12)
Utilities\ValueSetFactory.FloatingValueSet.cs (12)
49public bool IsEmpty => !_hasNaN && _numbers.IsEmpty; 65Debug.Assert(_hasNaN); 107hasNaN: this._hasNaN & other._hasNaN, 122hasNaN: this._hasNaN | other._hasNaN, 132hasNaN: !this._hasNaN, 144_hasNaN && _tc.Related(relation, _tc.NaN, value) || 153(!_hasNaN || _tc.Related(relation, _tc.NaN, value)) && 161this._hasNaN == other._hasNaN && 167if (_hasNaN)