1 write to _implicitDeclarations
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
Binders\PlaceholderLocalBinder.vb (1)
31
_implicitDeclarations
= New Dictionary(Of String, LocalSymbol)(CaseInsensitiveComparison.Comparer)
4 references to _implicitDeclarations
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (4)
Binders\PlaceholderLocalBinder.vb (4)
37
_implicitDeclarations
.Add(local.Name, local)
54
If
_implicitDeclarations
.TryGetValue(name, local) Then
67
Debug.Assert(
_implicitDeclarations
IsNot Nothing)
81
_implicitDeclarations
.Add(name, local)