2 references to InEEMethodBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Lookup.cs (1)
1351
&& (this.Flags & BinderFlags.
InEEMethodBinder
) == 0)
Binder\InMethodBinder.cs (1)
210
if ((this.Flags & BinderFlags.
InEEMethodBinder
) != 0 && parameter.Type.IsDisplayClassType())