31 references to GreaterThan
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2160case CodeBinaryOperatorType.GreaterThan:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1284case CodeBinaryOperatorType.GreaterThan:
System.Management (4)
WmiGenerator.cs (4)
6948cboe.Operator = CodeBinaryOperatorType.GreaterThan; 7106cboe.Operator = CodeBinaryOperatorType.GreaterThan; 7218cboe.Operator = CodeBinaryOperatorType.GreaterThan; 7402cboe.Operator = CodeBinaryOperatorType.GreaterThan;
System.Workflow.Activities (24)
Rules\CodeDomDecompiler.cs (1)
453case CodeBinaryOperatorType.GreaterThan:
Rules\Expressions.cs (3)
303case CodeBinaryOperatorType.GreaterThan: 610case CodeBinaryOperatorType.GreaterThan: 698case CodeBinaryOperatorType.GreaterThan:
Rules\Literal.cs (17)
507case CodeBinaryOperatorType.GreaterThan: 613case CodeBinaryOperatorType.GreaterThan: 680case CodeBinaryOperatorType.GreaterThan: 1107throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1112throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1117throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1122throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1127throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1132throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1137throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1142throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1147throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1152throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1157throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1162throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1167throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type); 1172throw new RuleEvaluationIncompatibleTypesException(message, literalValue.GetType(), CodeBinaryOperatorType.GreaterThan, m_type);
Rules\Parser\Parser.cs (1)
598new BinaryOperationDescriptor(TokenID.Greater, CodeBinaryOperatorType.GreaterThan),
Rules\RuleValidation.cs (2)
649case CodeBinaryOperatorType.GreaterThan: 735case CodeBinaryOperatorType.GreaterThan:
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
1176CodeBinaryOperatorType.GreaterThan,