Implemented interface member:
property
Flags
Microsoft.CSharp.RuntimeBinder.ICSharpInvokeOrInvokeMemberBinder.Flags
1 write to Flags
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
71
Flags
= flags;
7 references to Flags
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (5)
51
bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (
Flags
& CSharpCallFlags.ResultDiscarded) != 0;
81
hash = HashHelpers.Combine(hash, (int)
Flags
);
97
if (
Flags
!= otherBinder.
Flags
||
142
CSharpInvokeBinder c = new CSharpInvokeBinder(
Flags
, CallingContext, _argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
162
(callPayload.
Flags
& CSharpCallFlags.EventHookup) != 0,
175
CSharpInvokeBinder invoke = new CSharpInvokeBinder(callPayload.
Flags
, callPayload.CallingContext, argInfos).TryGetExisting();