1 write to _scopeBinder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
86
this.
_scopeBinder
= scopeBinder;
3 references to _scopeBinder
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceLocalSymbol.cs (3)
112
get { return
_scopeBinder
; }
117
get { return
_scopeBinder
.ScopeDesignator; }
127
get { return
_scopeBinder
; } // Scope binder should be good enough for this.