1 write to IsCompoundAssignment
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
61IsCompoundAssignment = isCompoundAssignment;
4 references to IsCompoundAssignment
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (3)
74if (IsCompoundAssignment) 95IsCompoundAssignment != otherBinder.IsCompoundAssignment ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1299bIsCompound = (payload as CSharpSetMemberBinder).IsCompoundAssignment;