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