BoundTree\NullabilityRewriter.cs (4)
102binary.Data?.WithUpdatedMethod(GetUpdatedSymbol(binary, binary.Method)),
110GetUpdatedSymbol(logical, logical.LogicalOperator),
152op = new BinaryOperatorSignature(op.Kind, op.LeftType, op.RightType, op.ReturnType, GetUpdatedSymbol(node, op.Method), op.ConstrainedToTypeOpt);
284updatedSymbol = GetUpdatedSymbol(expr, originalSymbol);