51 references to Add
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2115case CodeBinaryOperatorType.Add:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1239case CodeBinaryOperatorType.Add:
System.Activities (5)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (5)
505CodeBinaryOperatorType.Add, 518CodeBinaryOperatorType.Add, 1690CodeBinaryOperatorType.Add, 1726CodeBinaryOperatorType.Add, 2306CodeBinaryOperatorType.Add,
System.Management (5)
WmiGenerator.cs (5)
4433CodeBinaryOperatorType.Add, 5649CodeBinaryOperatorType.Add, 5835CodeBinaryOperatorType.Add, 5957CodeBinaryOperatorType.Add, 6153CodeBinaryOperatorType.Add,
System.Web.Services (1)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
286invokeParams[1] = new CodeBinaryOperatorExpression(left, CodeBinaryOperatorType.Add, right);
System.Workflow.Activities (37)
Rules\ArithmeticLiteral.cs (27)
345case CodeBinaryOperatorType.Add: 432string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.TypeName, CodeBinaryOperatorType.Add, this.TypeName); 433throw new RuleEvaluationIncompatibleTypesException(message, v.m_type, CodeBinaryOperatorType.Add, this.m_type); 437string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, Messages.NullValue, CodeBinaryOperatorType.Add, this.TypeName); 438throw new RuleEvaluationIncompatibleTypesException(message, typeof(void), CodeBinaryOperatorType.Add, this.m_type); 442string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 443throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 447string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 448throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 452string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 453throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 457string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 458throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 462string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 463throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 467string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 468throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 472string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 473throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 477string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 478throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 482string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 483throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 487string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 488throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type); 492string message = string.Format(CultureInfo.CurrentCulture, Messages.IncompatibleArithmeticTypes, v.GetType(), CodeBinaryOperatorType.Add, this.TypeName); 493throw new RuleEvaluationIncompatibleTypesException(message, v.GetType(), CodeBinaryOperatorType.Add, this.m_type);
Rules\CodeDomDecompiler.cs (1)
447case CodeBinaryOperatorType.Add:
Rules\Expressions.cs (3)
254case CodeBinaryOperatorType.Add: 524case CodeBinaryOperatorType.Add: 688case CodeBinaryOperatorType.Add:
Rules\Literal.cs (3)
523case CodeBinaryOperatorType.Add: 577case CodeBinaryOperatorType.Add: 647case CodeBinaryOperatorType.Add:
Rules\Parser\Parser.cs (1)
601new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.Plus, CodeBinaryOperatorType.Add),
Rules\RuleValidation.cs (2)
603case CodeBinaryOperatorType.Add: 698case CodeBinaryOperatorType.Add:
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
762Operator = CodeBinaryOperatorType.Add,