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