1 write to Binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\ExtensionMethodScope.cs (1)
20this.Binder = binder;
5 references to Binder
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Lookup.cs (1)
463var binder = scope.Binder;
Binder\ExtensionMethodScope.cs (3)
64if (_current.Binder == null) 70var binder = _current.Binder; 75return (_current.Binder != null);
Compilation\CSharpSemanticModel.cs (1)
4622var otherBinder = scope.Binder;