3 writes to _current
Microsoft.CodeAnalysis.CSharp (3)
Binder\ExtensionMethodScope.cs (3)
54_current = new ExtensionMethodScope(); 66_current = GetNextScope(_binder); 72_current = GetNextScope(binder.Next);
4 references to _current
Microsoft.CodeAnalysis.CSharp (4)
Binder\ExtensionMethodScope.cs (4)
59get { return _current; } 64if (_current.Binder == null) 70var binder = _current.Binder; 75return (_current.Binder != null);