1 write to _flags
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
64_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; 73hash = HashHelpers.Combine(hash, (int)_flags); 87if (_flags != otherBinder._flags ||