1 write to _flags
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
63
_flags
= flags;
5 references to _flags
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (5)
37
CSharpCallFlags ICSharpInvokeOrInvokeMemberBinder.Flags =>
_flags
;
45
bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (
_flags
& CSharpCallFlags.ResultDiscarded) != 0;
72
hash = HashHelpers.Combine(hash, (int)
_flags
);
86
if (
_flags
!= otherBinder.
_flags
||