3 references to _delegateResolutionResultCache
Microsoft.CodeAnalysis.VisualBasic (3)
BoundTree\BoundAddressOfOperator.vb (3)
27Return _delegateResolutionResultCache.TryGetValue(targetType, delegateResolutionResult) 37If Not _delegateResolutionResultCache.TryGetValue(targetType, delegateResolutionResult) Then 39_delegateResolutionResultCache.TryAdd(targetType, delegateResolutionResult)