1 type derived from AnonymousDelegateTemplateSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (1)
201Inherits AnonymousDelegateTemplateSymbol
2 instantiations of AnonymousDelegateTemplateSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (2)
25New AnonymousDelegateTemplateSymbol(manager, typeDescr)) 205MyBase.New(manager, typeDescr)
8 references to AnonymousDelegateTemplateSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (7)
22Private _concurrentDelegatesCache As ConcurrentDictionary(Of String, AnonymousDelegateTemplateSymbol) = Nothing 65Private ReadOnly Property AnonymousDelegateTemplates As ConcurrentDictionary(Of String, AnonymousDelegateTemplateSymbol) 74New ConcurrentDictionary(Of String, AnonymousDelegateTemplateSymbol), 75New ConcurrentDictionary(Of String, AnonymousDelegateTemplateSymbol)(previousCache)), 126Dim template As AnonymousDelegateTemplateSymbol = Nothing 130template = AnonymousDelegateTemplates.GetOrAdd(delegateKey, AnonymousDelegateTemplateSymbol.Create(Me, delegateDescr)) 181AnonymousDelegateTemplates.GetOrAdd(templateKey, Function(k) AnonymousDelegateTemplateSymbol.Create(Me, CreatePlaceholderTypeDescriptor(key)))
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (1)
21Friend Shared Function Create(manager As AnonymousTypeManager, typeDescr As AnonymousTypeDescriptor) As AnonymousDelegateTemplateSymbol