26 references to LessThanOrEqual
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2157
case CodeBinaryOperatorType.
LessThanOrEqual
:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1281
case CodeBinaryOperatorType.
LessThanOrEqual
:
System.Workflow.Activities (24)
Rules\CodeDomDecompiler.cs (1)
452
case CodeBinaryOperatorType.
LessThanOrEqual
:
Rules\Expressions.cs (3)
302
case CodeBinaryOperatorType.
LessThanOrEqual
:
602
case CodeBinaryOperatorType.
LessThanOrEqual
:
695
case CodeBinaryOperatorType.
LessThanOrEqual
:
Rules\Literal.cs (17)
519
case CodeBinaryOperatorType.
LessThanOrEqual
:
612
case CodeBinaryOperatorType.
LessThanOrEqual
:
679
case CodeBinaryOperatorType.
LessThanOrEqual
:
1188
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1193
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1198
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1203
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1208
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1213
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1218
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1223
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1228
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1233
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1238
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1243
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1248
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
1253
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThanOrEqual
, m_type);
Rules\Parser\Parser.cs (1)
597
new BinaryOperationDescriptor(TokenID.LessEqual, CodeBinaryOperatorType.
LessThanOrEqual
),
Rules\RuleValidation.cs (2)
648
case CodeBinaryOperatorType.
LessThanOrEqual
:
731
case CodeBinaryOperatorType.
LessThanOrEqual
: