5 overrides of IsLocalFunctionsScopeBinder
Microsoft.CodeAnalysis.CSharp (5)
Binder\BlockBinder.cs (1)
43
internal override bool
IsLocalFunctionsScopeBinder
Binder\EmbeddedStatementBinder.cs (1)
45
internal override bool
IsLocalFunctionsScopeBinder
Binder\SimpleProgramBinder.cs (1)
56
internal override bool
IsLocalFunctionsScopeBinder
Binder\SimpleProgramUnitBinder.cs (1)
36
internal override bool
IsLocalFunctionsScopeBinder
Binder\SwitchBinder.cs (1)
158
internal override bool
IsLocalFunctionsScopeBinder
2 references to IsLocalFunctionsScopeBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
4528
inLegalPosition = (IsInMethodBody ||
IsLocalFunctionsScopeBinder
) && node.IsLegalCSharp73SpanStackAllocPosition();
Binder\LocalBinderFactory.cs (1)
447
while (possibleScopeBinder != null && !possibleScopeBinder.
IsLocalFunctionsScopeBinder
)