1 write to _implicitDeclarations
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
Binders\PlaceholderLocalBinder.vb (1)
32
_implicitDeclarations
= New Dictionary(Of String, LocalSymbol)(CaseInsensitiveComparison.Comparer)
4 references to _implicitDeclarations
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (4)
Binders\PlaceholderLocalBinder.vb (4)
38
_implicitDeclarations
.Add(local.Name, local)
55
If
_implicitDeclarations
.TryGetValue(name, local) Then
68
Debug.Assert(
_implicitDeclarations
IsNot Nothing)
82
_implicitDeclarations
.Add(name, local)