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