6 references to LocalFunctionsMap
Microsoft.CodeAnalysis.CSharp (6)
Binder\LocalScopeBinder.cs (6)
404
if (
LocalFunctionsMap
!= null &&
LocalFunctionsMap
.TryGetValue(nameToken.ValueText, out result))
451
var localFunctionsMap = this.
LocalFunctionsMap
;
488
if (this.
LocalFunctionsMap
!= null)
490
foreach (var local in this.
LocalFunctionsMap
)
547
var localFunctionsMap = this.
LocalFunctionsMap
;