2 references to ValueFromCompoundAssignment
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (2)
232bool isCompoundAssignment = (flags & CSharpBinderFlags.ValueFromCompoundAssignment) != 0; 254bool isCompoundAssignment = (flags & CSharpBinderFlags.ValueFromCompoundAssignment) != 0;