33 references to Multiply
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2121
case CodeBinaryOperatorType.
Multiply
:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1245
case CodeBinaryOperatorType.
Multiply
:
System.Management (4)
WmiGenerator.cs (4)
6583
cboe2.Operator = CodeBinaryOperatorType.
Multiply
;
7073
cboe1.Operator = CodeBinaryOperatorType.
Multiply
;
7370
cboe1.Operator = CodeBinaryOperatorType.
Multiply
;
7630
CodeBinaryOperatorType.
Multiply
,
System.Workflow.Activities (27)
Rules\ArithmeticLiteral.cs (21)
353
case CodeBinaryOperatorType.
Multiply
:
549
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.TypeName, CodeBinaryOperatorType.
Multiply
, this.TypeName);
550
throw new RuleEvaluationIncompatibleTypesException(message, v.m_type, CodeBinaryOperatorType.
Multiply
, this.m_type);
554
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, Messages.NullValue, CodeBinaryOperatorType.
Multiply
, this.TypeName);
555
throw new RuleEvaluationIncompatibleTypesException(message, typeof(void), CodeBinaryOperatorType.
Multiply
, this.m_type);
559
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
560
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
564
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
565
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
569
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
570
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
574
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
575
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
579
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
580
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
584
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
585
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
589
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
590
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
594
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.TypeName);
595
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Multiply
, this.m_type);
Rules\CodeDomDecompiler.cs (1)
440
case CodeBinaryOperatorType.
Multiply
:
Rules\Expressions.cs (3)
256
case CodeBinaryOperatorType.
Multiply
:
540
case CodeBinaryOperatorType.
Multiply
:
678
case CodeBinaryOperatorType.
Multiply
:
Rules\Literal.cs (1)
531
case CodeBinaryOperatorType.
Multiply
:
Rules\Parser\Parser.cs (1)
604
new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.Multiply, CodeBinaryOperatorType.
Multiply
),