Implemented interface member:
method
All
Microsoft.CodeAnalysis.CSharp.IValueSet<T>.All(Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind, T)
1 reference to All
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NumericValueSet.cs (1)
129bool IValueSet.All(BinaryOperatorKind relation, ConstantValue value) => !value.IsBad && All(relation, _tc.FromConstantValue(value));