5 references to Unwrap
Microsoft.CodeAnalysis.CodeStyle (5)
HashCodeAnalyzer.cs (2)
225
=>
Unwrap
(value) is ILocalReferenceOperation localReference && accumulatorVariable.Equals(localReference.Local);
232
value =
Unwrap
(value);
HashCodeAnalyzer.OperationDeconstructor.cs (3)
56
value =
Unwrap
(value);
105
Unwrap
(binary.RightOperand).IsNullLiteral() &&
179
operation =
Unwrap
(operation);