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