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.NuintValueSet.cs (1)
72bool IValueSet.Any(BinaryOperatorKind relation, ConstantValue value) => value.IsBad || Any(relation, value.UInt32Value);