1 write to _hashCode
Microsoft.CodeAnalysis.Features (1)
FindUsages\DefinitionItem.DetachedDefinitionItem.cs (1)
82
_hashCode
= hash == 0 ? 1 : hash;
2 references to _hashCode
Microsoft.CodeAnalysis.Features (2)
FindUsages\DefinitionItem.DetachedDefinitionItem.cs (2)
74
if (
_hashCode
== 0)
85
return
_hashCode
;