1 write to _scope
Microsoft.CodeAnalysis.CSharp (1)
Binder\SimpleProgramUnitBinder.cs (1)
23
_scope
= scope;
6 references to _scope
Microsoft.CodeAnalysis.CSharp (6)
Binder\SimpleProgramUnitBinder.cs (6)
28
return
_scope
.Locals;
33
return
_scope
.LocalFunctions;
40
return
_scope
.IsLocalFunctionsScopeBinder;
59
return
_scope
.GetDeclaredLocalsForScope(scopeDesignator);
66
return
_scope
.ScopeDesignator;
72
return
_scope
.GetDeclaredLocalFunctionsForScope(scopeDesignator);