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