4 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())
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Binders\EEMethodBinder.cs (2)
23
internal EEMethodBinder(EEMethodSymbol method, MethodSymbol containingMethod, Binder next) : base(next, next.Flags | BinderFlags.
InEEMethodBinder
)
49
_sourceBinder = new InMethodBinder(substitutedSourceMethod, new BuckStopsHereBinder(next.Compilation, associatedFileIdentifier: null).WithAdditionalFlags(BinderFlags.
InEEMethodBinder
));