1 write to _hashedSymbols
Microsoft.CodeAnalysis.Features (1)
HashCodeAnalyzer.OperationDeconstructor.cs (1)
36_hashedSymbols = ArrayBuilder<ISymbol>.GetInstance();
4 references to _hashedSymbols
Microsoft.CodeAnalysis.Features (4)
HashCodeAnalyzer.OperationDeconstructor.cs (4)
41=> _hashedSymbols.Free(); 44=> (_accessesBase, _hashedSymbols.ToImmutable()); 200if (_hashedSymbols.Contains(member)) 205_hashedSymbols.Add(member);