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