27 references to GreaterThanOrEqual
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2163case CodeBinaryOperatorType.GreaterThanOrEqual:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1287case CodeBinaryOperatorType.GreaterThanOrEqual:
System.Management (1)
WmiGenerator.cs (1)
7239cboe1.Operator = CodeBinaryOperatorType.GreaterThanOrEqual;
System.Workflow.Activities (24)
Rules\CodeDomDecompiler.cs (1)
454case CodeBinaryOperatorType.GreaterThanOrEqual:
Rules\Expressions.cs (3)
304case CodeBinaryOperatorType.GreaterThanOrEqual: 618case CodeBinaryOperatorType.GreaterThanOrEqual: 701case CodeBinaryOperatorType.GreaterThanOrEqual:
Rules\Literal.cs (17)
511case CodeBinaryOperatorType.GreaterThanOrEqual: 614case CodeBinaryOperatorType.GreaterThanOrEqual: 681case CodeBinaryOperatorType.GreaterThanOrEqual: 1269throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1274throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1279throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1284throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1289throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1294throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1299throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1304throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1309throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1314throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1319throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1324throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1329throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type); 1334throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThanOrEqual, m_type);
Rules\Parser\Parser.cs (1)
599new BinaryOperationDescriptor(TokenID.GreaterEqual, CodeBinaryOperatorType.GreaterThanOrEqual)),
Rules\RuleValidation.cs (2)
650case CodeBinaryOperatorType.GreaterThanOrEqual: 739case CodeBinaryOperatorType.GreaterThanOrEqual: