1 write to _tc
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
29
(_numbers, _hasNaN,
_tc
) = (numbers, hasNaN, tc);
15 references to _tc
Microsoft.CodeAnalysis.CSharp (15)
Utilities\ValueSetFactory.FloatingValueSet.cs (15)
66
return
_tc
.ToConstantValue(
_tc
.NaN);
103
Debug.Assert(object.ReferenceEquals(this.
_tc
, other.
_tc
));
108
_tc
);
118
Debug.Assert(object.ReferenceEquals(this.
_tc
, other.
_tc
));
123
_tc
);
133
_tc
);
139
value.IsBad || this.Any(relation,
_tc
.FromConstantValue(value));
144
_hasNaN &&
_tc
.Related(relation,
_tc
.NaN, value) ||
148
bool IValueSet.All(BinaryOperatorKind relation, ConstantValue value) => !value.IsBad && All(relation,
_tc
.FromConstantValue(value));
153
(!_hasNaN ||
_tc
.Related(relation,
_tc
.NaN, value)) &&