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