Implemented interface member:
property
Flags
Microsoft.CSharp.RuntimeBinder.ICSharpInvokeOrInvokeMemberBinder.Flags
1 write to Flags
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
49Flags = flags;
3 references to Flags
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (3)
58hash = HashHelpers.Combine(hash, (int)Flags); 74if (Flags != otherBinder.Flags ||