4 references to AssignmentExpression
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (2)
226return _factory.AssignmentExpression( 264return _factory.AssignmentExpression(
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.cs (1)
57_factory.AssignmentExpression(
Lowering\SyntheticBoundNodeFactory.cs (1)
441return AssignmentExpression(Syntax, left, right, left.Type, isRef: isRef, wasCompilerGenerated: true);