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