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