6 references to LocalFunctionsMap
Microsoft.CodeAnalysis.CSharp (6)
Binder\LocalScopeBinder.cs (6)
358
if (
LocalFunctionsMap
!= null &&
LocalFunctionsMap
.TryGetValue(nameToken.ValueText, out result))
405
var localFunctionsMap = this.
LocalFunctionsMap
;
442
if (this.
LocalFunctionsMap
!= null)
444
foreach (var local in this.
LocalFunctionsMap
)
501
var localFunctionsMap = this.
LocalFunctionsMap
;