1 write to _initializeComponentCallTree
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\TypeCompilationState.vb (1)
151_initializeComponentCallTree = New Dictionary(Of MethodSymbol, ImmutableArray(Of MethodSymbol))(ReferenceEqualityComparer.Instance)
4 references to _initializeComponentCallTree
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\TypeCompilationState.vb (4)
150If _initializeComponentCallTree Is Nothing Then 154_initializeComponentCallTree.Add(method, callees) 160If _initializeComponentCallTree Is Nothing Then 173If _initializeComponentCallTree.TryGetValue(method, callees) Then