1 write to _cache
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.vb (1)
43
Me.
_cache
= New ConcurrentDictionary(Of ValueTuple(Of VisualBasicSyntaxNode, Byte), Binder)
2 references to _cache
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BinderFactory.vb (2)
140
If Not
_cache
.TryGetValue(nodeUsagePair, binder) Then
147
_cache
.TryAdd(nodeUsagePair, binder)