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