5 writes to _error
Microsoft.CodeAnalysis.CSharp (5)
Binder\LookupResult.cs (5)
80
_error
= null;
95
_error
= null;
221
_error
= other.Error;
232
_error
= other._error;
238
_error
= error;
3 references to _error
Microsoft.CodeAnalysis.CSharp (3)
Binder\LookupResult.cs (3)
87
return _kind == LookupResultKind.Empty &&
_error
== null && _symbolList.Count == 0;
129
return
_error
;
232
_error = other.
_error
;