2 overrides of ImplicitlyTypedLocalsBeingBound
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
46
Public Overrides ReadOnly Property
ImplicitlyTypedLocalsBeingBound
As ConsList(Of LocalSymbol)
Binding\LocalInProgressBinder.vb (1)
37
Public Overrides ReadOnly Property
ImplicitlyTypedLocalsBeingBound
As ConsList(Of LocalSymbol)
3 references to ImplicitlyTypedLocalsBeingBound
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder.vb (1)
372
Return m_containingBinder.
ImplicitlyTypedLocalsBeingBound
Binding\Binder_Expressions.vb (1)
2996
For Each s In Me.
ImplicitlyTypedLocalsBeingBound
Binding\LocalInProgressBinder.vb (1)
34
Me._symbols = New ConsList(Of LocalSymbol)(symbol, containingBinder.
ImplicitlyTypedLocalsBeingBound
)