1 write to Left
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeBinaryOperatorExpression.cs (1)
49
Left
= left;
6 references to Left
dotnet-svcutil-lib (6)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
123
Enumerate(expr.
Left
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
1591
GenerateExpression(e.
Left
);
1594
if (e.
Left
is CodeBinaryOperatorExpression || e.Right is CodeBinaryOperatorExpression)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
861
ValidateExpression(e.
Left
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
817
GenerateExpression(e.
Left
);
820
if (e.
Left
is CodeBinaryOperatorExpression || e.Right is CodeBinaryOperatorExpression)