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)
59
get { return
_current
; }
64
if (
_current
.Binder == null)
70
var binder =
_current
.Binder;
75
return (
_current
.Binder != null);