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)
66return _tc.ToConstantValue(_tc.NaN); 103Debug.Assert(object.ReferenceEquals(this._tc, other._tc)); 108_tc); 118Debug.Assert(object.ReferenceEquals(this._tc, other._tc)); 123_tc); 133_tc); 139value.IsBad || this.Any(relation, _tc.FromConstantValue(value)); 144_hasNaN && _tc.Related(relation, _tc.NaN, value) || 148bool IValueSet.All(BinaryOperatorKind relation, ConstantValue value) => !value.IsBad && All(relation, _tc.FromConstantValue(value)); 153(!_hasNaN || _tc.Related(relation, _tc.NaN, value)) &&