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)
87return _kind == LookupResultKind.Empty && _error == null && _symbolList.Count == 0; 129return _error; 232_error = other._error;