8 references to Add
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5385
IOperation increment = new BinaryOperation(BinaryOperatorKind.
Add
,
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SemanticFacts\ISemanticFactsExtensions.cs (1)
86
return op.OperatorKind is BinaryOperatorKind.
Add
or
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory_Methods.cs (1)
552
return BinaryOperatorKind.
Add
;
Microsoft.CodeAnalysis.Test.Utilities (4)
Diagnostics\OperationTestAnalyzer.cs (4)
198
advanceOperationCode = BinaryOperatorKind.
Add
;
202
if (advanceOperationCode.Value == BinaryOperatorKind.
Add
&&
281
advanceOperationCode = BinaryOperatorKind.
Add
;
1516
if (binary.OperatorKind == BinaryOperatorKind.
Add
&& binary.OperatorMethod != null && binary.OperatorMethod.Name.Contains("Addition"))
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SemanticFacts\ISemanticFactsExtensions.cs (1)
86
return op.OperatorKind is BinaryOperatorKind.
Add
or