37 references to Divide
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2124case CodeBinaryOperatorType.Divide:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1248case CodeBinaryOperatorType.Divide:
System.Management (7)
WmiGenerator.cs (7)
6577cboe.Operator = CodeBinaryOperatorType.Divide; 6757cboe.Operator = CodeBinaryOperatorType.Divide; 7081cboe2.Operator = CodeBinaryOperatorType.Divide; 7193cboe.Operator = CodeBinaryOperatorType.Divide; 7247cboe2.Operator = CodeBinaryOperatorType.Divide; 7375cboe2.Operator = CodeBinaryOperatorType.Divide; 7638CodeBinaryOperatorType.Divide,
System.Workflow.Activities (28)
Rules\ArithmeticLiteral.cs (22)
349goto case CodeBinaryOperatorType.Divide; 351case CodeBinaryOperatorType.Divide: 600string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.TypeName, CodeBinaryOperatorType.Divide, this.TypeName); 601throw new RuleEvaluationIncompatibleTypesException(message, v.m_type, CodeBinaryOperatorType.Divide, this.m_type); 605string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, Messages.NullValue, CodeBinaryOperatorType.Divide, this.TypeName); 606throw new RuleEvaluationIncompatibleTypesException(message, typeof(void), CodeBinaryOperatorType.Divide, this.m_type); 610string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 611throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 615string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 616throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 620string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 621throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 625string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 626throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 630string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 631throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 635string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 636throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 640string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 641throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type); 645string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Divide, this.TypeName); 646throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Divide, this.m_type);
Rules\CodeDomDecompiler.cs (1)
441case CodeBinaryOperatorType.Divide:
Rules\Expressions.cs (3)
257case CodeBinaryOperatorType.Divide: 548case CodeBinaryOperatorType.Divide: 681case CodeBinaryOperatorType.Divide:
Rules\Literal.cs (1)
535case CodeBinaryOperatorType.Divide:
Rules\Parser\Parser.cs (1)
605new BinaryOperationDescriptor(TokenID.Divide, CodeBinaryOperatorType.Divide),