30 references to Modulus
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2127
case CodeBinaryOperatorType.
Modulus
:
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
862
case CodeBinaryOperatorType.
Modulus
:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1251
case CodeBinaryOperatorType.
Modulus
:
System.Workflow.Activities (27)
Rules\ArithmeticLiteral.cs (21)
352
case CodeBinaryOperatorType.
Modulus
:
651
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.m_type, CodeBinaryOperatorType.
Modulus
, this.TypeName);
652
throw new RuleEvaluationIncompatibleTypesException(message, v.m_type, CodeBinaryOperatorType.
Modulus
, this.m_type);
656
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, Messages.NullValue, CodeBinaryOperatorType.
Modulus
, this.TypeName);
657
throw new RuleEvaluationIncompatibleTypesException(message, typeof(void), CodeBinaryOperatorType.
Modulus
, this.m_type);
661
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
662
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
666
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
667
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
671
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
672
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
676
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
677
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
681
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
682
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
686
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
687
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
691
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
692
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
696
string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.TypeName);
697
throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.
Modulus
, this.m_type);
Rules\CodeDomDecompiler.cs (1)
442
case CodeBinaryOperatorType.
Modulus
:
Rules\Expressions.cs (3)
258
case CodeBinaryOperatorType.
Modulus
:
556
case CodeBinaryOperatorType.
Modulus
:
675
case CodeBinaryOperatorType.
Modulus
:
Rules\Literal.cs (1)
539
case CodeBinaryOperatorType.
Modulus
:
Rules\Parser\Parser.cs (1)
606
new BinaryOperationDescriptor(TokenID.Modulus, CodeBinaryOperatorType.
Modulus
))