1 instantiation of LocalBinderBuilder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\DescendantBinderFactory.vb (1)
85
Dim builder As New
LocalBinderBuilder
(DirectCast(_rootBinder.ContainingMember, MethodSymbol))
2 references to LocalBinderBuilder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\LocalBinderBuilder.vb (2)
13
''' The <see cref="
LocalBinderBuilder
"/> is used to build up the map of all <see cref="Binder"/>s within a method body, and the associated
17
''' Blocks within lambdas are bound by their own <see cref="
LocalBinderBuilder
"/> when they are