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.NintValueSet.cs (1)
74
bool IValueSet.All(BinaryOperatorKind relation, ConstantValue value) => value.IsBad ||
All
(relation, value.Int32Value);