1 write to _binopFlags
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
79
_binopFlags
= binaryOperationFlags;
4 references to _binopFlags
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (4)
47
internal bool IsLogicalOperation => (
_binopFlags
& CSharpBinaryOperationFlags.LogicalOperation) != 0;
89
hash = HashHelpers.Combine(hash, (int)
_binopFlags
);
108
if (
_binopFlags
!= otherBinder.
_binopFlags
||