1 write to _tc
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.FloatingValueSetFactory.cs (1)
17_tc = tc;
12 references to _tc
Microsoft.CodeAnalysis.CSharp (12)
Utilities\ValueSetFactory.FloatingValueSetFactory.cs (12)
20IValueSet IValueSetFactory.AllValues => FloatingValueSet<TFloating>.AllValues(_tc); 22IValueSet IValueSetFactory.NoValues => FloatingValueSet<TFloating>.NoValues(_tc); 25FloatingValueSet<TFloating>.Related(relation, value, _tc); 28FloatingValueSet<TFloating>.Random(expectedSize, random, _tc); 32return _tc.ToConstantValue(_tc.Random(random)); 37? FloatingValueSet<TFloating>.AllValues(_tc) 38: FloatingValueSet<TFloating>.Related(relation, _tc.FromConstantValue(value), _tc); 42return _tc.Related(relation, _tc.FromConstantValue(left), _tc.FromConstantValue(right));