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