1 write to IsCompoundAssignment
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
62IsCompoundAssignment = isCompoundAssignment;
4 references to IsCompoundAssignment
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (3)
75if (IsCompoundAssignment) 96IsCompoundAssignment != otherBinder.IsCompoundAssignment ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1270bIsCompound = (payload as CSharpSetMemberBinder).IsCompoundAssignment;