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)
853
If
_typeToMembersCache
Is Nothing OrElse Not
_typeToMembersCache
.TryGetValue(type, result) Then
880
If
_typeToMembersCache
Is Nothing Then
883
_typeToMembersCache
.Add(type, result)