Base:
method
GetDeclaredLocalFunctionsForScope
Microsoft.CodeAnalysis.CSharp.Binder.GetDeclaredLocalFunctionsForScope(Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode)
1 reference to GetDeclaredLocalFunctionsForScope
Microsoft.CodeAnalysis.CSharp (1)
Binder\SimpleProgramUnitBinder.cs (1)
72
return _scope.
GetDeclaredLocalFunctionsForScope
(scopeDesignator);