Implemented interface member:
method
Any
Microsoft.CodeAnalysis.CSharp.IConstantValueSet<T>.Any(Microsoft.CodeAnalysis.CSharp.BinaryOperatorKind, T)
4 references to Any
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.EnumeratedValueSet.cs (4)
58
if (this.
Any
(BinaryOperatorKind.Equal, (T)(object)""))
61
if (this.
Any
(BinaryOperatorKind.Equal, (T)(object)c.ToString()))
69
if (this.
Any
(BinaryOperatorKind.Equal, value))
88
bool IConstantValueSet.Any(BinaryOperatorKind relation, ConstantValue value) => value.IsBad ||
Any
(relation, _tc.FromConstantValue(value));