2 references to LessThanEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
48
new OperatorInfo(TokenKind.
LessThanEqual
, PredefinedName.PN_OPLESSTHANOREQUAL, ExpressionKind.LessThanOrEqual ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
50
TokenKind.
LessThanEqual
=> "<=",