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