1 write to _typeToMembersCache
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
881_typeToMembersCache = New Dictionary(Of TypeSymbol, ImmutableArray(Of FieldSymbol))
4 references to _typeToMembersCache
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\DataFlowPass.vb (4)
853If _typeToMembersCache Is Nothing OrElse Not _typeToMembersCache.TryGetValue(type, result) Then 880If _typeToMembersCache Is Nothing Then 883_typeToMembersCache.Add(type, result)