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)
38CSharpCallFlags ICSharpInvokeOrInvokeMemberBinder.Flags => _flags; 46bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (_flags & CSharpCallFlags.ResultDiscarded) != 0; 74hash = HashHelpers.Combine(hash, (int)_flags); 88if (_flags != otherBinder._flags ||