2 references to Add
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpKind.cs (1)
26
Add = 1 << BinOpKind.
Add
,
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2121
pBinopKind = BinOpKind.
Add
;