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