1 write to _withExpressionPlaceholderMap
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Diagnostics\DiagnosticsPass.vb (1)
170_withExpressionPlaceholderMap = New Dictionary(Of BoundValuePlaceholderBase, BoundWithStatement)()
7 references to _withExpressionPlaceholderMap
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\Diagnostics\DiagnosticsPass.vb (7)
131If _withExpressionPlaceholderMap IsNot Nothing AndAlso _withExpressionPlaceholderMap.TryGetValue(node, trackedWithStatement) Then 169If _withExpressionPlaceholderMap Is Nothing Then 175_withExpressionPlaceholderMap.Add(info.ExpressionPlaceholder, node) 183_withExpressionPlaceholderMap.Remove(info.ExpressionPlaceholder) 199If _withExpressionPlaceholderMap IsNot Nothing AndAlso _withExpressionPlaceholderMap.Count > 0 Then