3 references to InEEMethodBinder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1465
(Flags & BinderFlags.
InEEMethodBinder
) != 0 &&
Binder\Binder_Lookup.cs (1)
1416
&& (this.Flags & BinderFlags.
InEEMethodBinder
) == 0)
Binder\InMethodBinder.cs (1)
211
if ((this.Flags & BinderFlags.
InEEMethodBinder
) != 0 && parameter.Type.IsDisplayClassType())