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