46 references to LessThan
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2154
case CodeBinaryOperatorType.
LessThan
:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1278
case CodeBinaryOperatorType.
LessThan
:
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2222
CodeBinaryOperatorType.
LessThan
,
System.Management (18)
WmiGenerator.cs (18)
4427
cboe.Operator = CodeBinaryOperatorType.
LessThan
;
5643
cboe.Operator = CodeBinaryOperatorType.
LessThan
;
5826
cboe1.Operator = CodeBinaryOperatorType.
LessThan
;
5947
cboe1.Operator = CodeBinaryOperatorType.
LessThan
;
6147
cboe1.Operator = CodeBinaryOperatorType.
LessThan
;
6599
cboeYear.Operator = CodeBinaryOperatorType.
LessThan
;
6605
cboeMonth.Operator = CodeBinaryOperatorType.
LessThan
;
6610
cboeDay.Operator = CodeBinaryOperatorType.
LessThan
;
6615
cboeHour.Operator = CodeBinaryOperatorType.
LessThan
;
6620
cboeMinute.Operator = CodeBinaryOperatorType.
LessThan
;
6625
cboeSecond.Operator = CodeBinaryOperatorType.
LessThan
;
6630
cboeTicks.Operator = CodeBinaryOperatorType.
LessThan
;
6978
cboe3.Operator = CodeBinaryOperatorType.
LessThan
;
7656
cboeDays.Operator = CodeBinaryOperatorType.
LessThan
;
7662
cboeHours.Operator = CodeBinaryOperatorType.
LessThan
;
7667
cboeMinutes.Operator = CodeBinaryOperatorType.
LessThan
;
7672
cboeSeconds.Operator = CodeBinaryOperatorType.
LessThan
;
7677
cboeTicks.Operator = CodeBinaryOperatorType.
LessThan
;
System.Workflow.Activities (24)
Rules\CodeDomDecompiler.cs (1)
451
case CodeBinaryOperatorType.
LessThan
:
Rules\Expressions.cs (3)
301
case CodeBinaryOperatorType.
LessThan
:
594
case CodeBinaryOperatorType.
LessThan
:
692
case CodeBinaryOperatorType.
LessThan
:
Rules\Literal.cs (17)
515
case CodeBinaryOperatorType.
LessThan
:
611
case CodeBinaryOperatorType.
LessThan
:
678
case CodeBinaryOperatorType.
LessThan
:
1026
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1031
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1036
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1041
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1046
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1051
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1056
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1061
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1066
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1071
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1076
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1081
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1086
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
1091
throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.
LessThan
, m_type);
Rules\Parser\Parser.cs (1)
596
new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.Less, CodeBinaryOperatorType.
LessThan
),
Rules\RuleValidation.cs (2)
647
case CodeBinaryOperatorType.
LessThan
:
727
case CodeBinaryOperatorType.
LessThan
:
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
749
Operator = CodeBinaryOperatorType.
LessThan
,