9 references to TryAddHashedSymbol
Microsoft.CodeAnalysis.CodeStyle (9)
HashCodeAnalyzer.cs (3)
104if (!analyzer.TryAddHashedSymbol(returnedValue, seenHash: false)) 180!valueAnalyzer.TryAddHashedSymbol(initializerValue, seenHash: true)) 202!valueAnalyzer.TryAddHashedSymbol(simpleAssignment.Value, seenHash: false))
HashCodeAnalyzer.OperationDeconstructor.cs (6)
68TryAddHashedSymbol(topBinary.RightOperand, seenHash: true); 84return TryAddHashedSymbol(invocation.Instance, seenHash: true); 94return TryAddHashedSymbol(invocation.Arguments[0].Value, seenHash: true); 112return TryAddHashedSymbol(conditional.WhenFalse, seenHash: true); 117return TryAddHashedSymbol(conditional.WhenTrue, seenHash: true); 163if (!TryAddHashedSymbol(element, seenHash: true))