2 references to RelationalOperatorType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1642BinaryOperatorKind opType = RelationalOperatorType(type.EnumUnderlyingTypeOrSelf());
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
395var operatorType = Binder.RelationalOperatorType(comparisonType);