4 writes to _kind
Microsoft.CodeAnalysis.CSharp (4)
Binder\LookupResult.cs (4)
78
_kind
= LookupResultKind.Empty;
93
_kind
= LookupResultKind.Empty;
218
_kind
= other.Kind;
229
_kind
= other._kind;
3 references to _kind
Microsoft.CodeAnalysis.CSharp (3)
Binder\LookupResult.cs (3)
87
return
_kind
== LookupResultKind.Empty && _error == null && _symbolList.Count == 0;
102
return
_kind
;
229
_kind = other.
_kind
;