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)
49
public bool IsEmpty => !
_hasNaN
&& _numbers.IsEmpty;
65
Debug.Assert(
_hasNaN
);
105
hasNaN: this.
_hasNaN
& other.
_hasNaN
);
117
hasNaN: this.
_hasNaN
| other.
_hasNaN
);
126
hasNaN: !this.
_hasNaN
);
138
_hasNaN
&& tc.Related(relation, tc.NaN, value) ||
148
(!
_hasNaN
|| tc.Related(relation, tc.NaN, value)) &&
156
this.
_hasNaN
== other.
_hasNaN
&&
162
if (
_hasNaN
)