1 write to IsCompoundAssignment
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
61
IsCompoundAssignment
= isCompoundAssignment;
4 references to IsCompoundAssignment
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (3)
74
if (
IsCompoundAssignment
)
93
IsCompoundAssignment
!= otherBinder.
IsCompoundAssignment
||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1265
bIsCompound = setIndexBinder.
IsCompoundAssignment
;