Implemented interface member:
method
Any
Microsoft.CodeAnalysis.CSharp.IValueSet<T>.Any(Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind, T)
4 references to Any
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.EnumeratedValueSet.cs (4)
52if (this.Any(BinaryOperatorKind.Equal, (T)(object)"")) 55if (this.Any(BinaryOperatorKind.Equal, (T)(object)c.ToString())) 63if (this.Any(BinaryOperatorKind.Equal, value)) 82bool IValueSet.Any(BinaryOperatorKind relation, ConstantValue value) => value.IsBad || Any(relation, default(TTC).FromConstantValue(value));