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