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