5 references to AllValues
Microsoft.CodeAnalysis.CSharp (5)
Utilities\ValueSetFactory.BoolValueSet.cs (1)
35return AllValues;
Utilities\ValueSetFactory.BoolValueSetFactory.cs (4)
24IValueSet IValueSetFactory.AllValues => BoolValueSet.AllValues; 38return BoolValueSet.AllValues; 473 => BoolValueSet.AllValues, 55return value.IsBad ? BoolValueSet.AllValues : Related(relation, value.BooleanValue);