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