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)
74if (_hashCode == 0) 85return _hashCode;