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