Implemented interface member:
method
Any
Microsoft.CodeAnalysis.CSharp.IValueSet<T>.Any(Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind, T)
1 reference to Any
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NintValueSet.cs (1)
85
bool IValueSet.Any(BinaryOperatorKind relation, ConstantValue value) => value.IsBad ||
Any
(relation, value.Int32Value);