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