2 references to BIND_MEMBERSET
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
452
Debug.Assert(BindingFlag.
BIND_MEMBERSET
== (BindingFlag)EXPRFLAG.EXF_MEMBERSET);
453
pResult.Flags |= (EXPRFLAG)(bindFlags & BindingFlag.
BIND_MEMBERSET
);