3 references to BoundLambdas
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Lambda.vb (1)
833
For Each pair In source.BindingCache.
BoundLambdas
BoundTree\UnboundLambda.vb (2)
52
Dim result As BoundLambda = _BindingCache.
BoundLambdas
.GetOrAdd(target, AddressOf DoBind)
84
If _BindingCache.
BoundLambdas
.TryGetValue(target, result) Then