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)
58if (this.Any(BinaryOperatorKind.Equal, (T)(object)"")) 61if (this.Any(BinaryOperatorKind.Equal, (T)(object)c.ToString())) 69if (this.Any(BinaryOperatorKind.Equal, value)) 88bool IValueSet.Any(BinaryOperatorKind relation, ConstantValue value) => value.IsBad || Any(relation, _tc.FromConstantValue(value));