1 write to _dictionary
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamespaceSymbol.vb (1)
161_dictionary = New Dictionary(Of String, Object)(capacity, IdentifierComparison.Comparer)
5 references to _dictionary
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourceNamespaceSymbol.vb (5)
168If Me._dictionary.TryGetValue(name, item) Then 173Me._dictionary(name) = builder 178Me._dictionary(name) = symbol 184Dim result As New Dictionary(Of String, ImmutableArray(Of NamespaceOrTypeSymbol))(Me._dictionary.Count, IdentifierComparison.Comparer) 186For Each kvp In Me._dictionary