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)
49
public bool IsEmpty => !
_hasNaN
&& _numbers.IsEmpty;
65
Debug.Assert(
_hasNaN
);
107
hasNaN: this.
_hasNaN
& other.
_hasNaN
,
122
hasNaN: this.
_hasNaN
| other.
_hasNaN
,
132
hasNaN: !this.
_hasNaN
,
144
_hasNaN
&& _tc.Related(relation, _tc.NaN, value) ||
153
(!
_hasNaN
|| _tc.Related(relation, _tc.NaN, value)) &&
161
this.
_hasNaN
== other.
_hasNaN
&&
167
if (
_hasNaN
)