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