3 references to IsRelational
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
2254CType typeDest = kind.IsRelational() ? GetPredefindType(PredefinedType.PT_BOOL) : typeOp; 2333CType typeDest = kind.IsRelational() ? GetPredefindType(PredefinedType.PT_BOOL) : op1.Type; 2778Debug.Assert(ek.IsRelational());