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)
37CSharpCallFlags ICSharpInvokeOrInvokeMemberBinder.Flags => _flags; 45bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (_flags & CSharpCallFlags.ResultDiscarded) != 0; 72hash = HashHelpers.Combine(hash, (int)_flags); 86if (_flags != otherBinder._flags ||