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