13 references to Binder
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Flags.cs (5)
29
:
base
(next, flags)
68
: new
Binder
(this, flags);
75
: new
Binder
(this, this.Flags | flags);
98
: new
Binder
(this, this.Flags | BinderFlags.UnsafeRegion);
110
: new
Binder
(this, (this.Flags & ~removed) | added);
Binder\ConstantFieldsInProgressBinder.cs (1)
19
:
base
(next, BinderFlags.FieldInitializer | next.Flags)
Binder\ContextualAttributeBinder.cs (1)
26
:
base
(enclosing, enclosing.Flags | BinderFlags.InContextualAttributeBinder)
Binder\EarlyWellKnownAttributeBinder.cs (1)
22
:
base
(enclosing, enclosing.Flags | BinderFlags.EarlyAttributeBinding)
Binder\ExecutableCodeBinder.cs (1)
39
:
base
(next, (next.Flags | additionalFlags) & ~BinderFlags.AllClearedAtExecutableCodeBoundary)
Binder\ImplicitlyTypedFieldBinder.cs (1)
25
:
base
(next, next.Flags)
Binder\LocalScopeBinder.cs (1)
28
:
base
(next, flags)
Binder\TypeofBinder.cs (1)
30
:
base
(next, next.Flags | BinderFlags.UnsafeRegion)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Binders\EEMethodBinder.cs (1)
23
internal EEMethodBinder(EEMethodSymbol method, MethodSymbol containingMethod, Binder next) :
base
(next, next.Flags | BinderFlags.InEEMethodBinder)