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