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