8 references to BindingCache
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Lambda.vb (5)
817If source.BindingCache.ErrorRecoverySignature Is Nothing Then 823For Each pair In source.BindingCache.InferredReturnType 833For Each pair In source.BindingCache.BoundLambdas 867Interlocked.CompareExchange(source.BindingCache.ErrorRecoverySignature, 872Return source.Bind(source.BindingCache.ErrorRecoverySignature)
Generated\BoundNodes.xml.Generated.vb (3)
6863If binder IsNot Me.Binder OrElse flags <> Me.Flags OrElse parameters <> Me.Parameters OrElse returnType IsNot Me.ReturnType OrElse bindingCache IsNot Me.BindingCache Then 12821Return node.Update(node.Binder, node.Flags, node.Parameters, returnType, node.BindingCache) 14197New TreeDumperNode("bindingCache", node.BindingCache, Nothing),