1 write to _flags
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
65
_flags
= flags;
5 references to _flags
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (5)
38
CSharpCallFlags ICSharpInvokeOrInvokeMemberBinder.Flags =>
_flags
;
46
bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (
_flags
& CSharpCallFlags.ResultDiscarded) != 0;
74
hash = HashHelpers.Combine(hash, (int)
_flags
);
88
if (
_flags
!= otherBinder.
_flags
||